OutlineCollection.Remove

Remove(OutlineItemCollection)

Always throws NotImplementedException

public override bool Remove(OutlineItemCollection item)
ParameterTypeDescription
itemOutlineItemCollectionThe object to locate in the collection

Return Value

NotImplementedException

See Also


Remove(int)

Remove item by index.

public void Remove(int index)
ParameterTypeDescription
indexInt32Index of the item to be removed.

See Also