'DeclarationProtected Sub SetAnchorables( _ ByVal value As IEnumerable(Of LayoutAnchorableItem) _ )
'UsageDim 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.