'Declaration Protected Sub SetAnchorables( _ ByVal value As IEnumerable(Of LayoutAnchorableItem) _ )
'Usage Dim instance As NavigatorWindow Dim value As IEnumerable(Of LayoutAnchorableItem) instance.SetAnchorables(value)
protected void SetAnchorables( IEnumerable<LayoutAnchorableItem> value )
Parameters
- value
- The new value for the property.