MetadataObjectCollection<T,P>.Remove(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove by Type.
public bool Remove (T metadataObject);
member this.Remove : 'T -> bool
Public Function Remove (metadataObject As T) As Boolean
Parameters
- metadataObject
- T
Returns
True if object was found and removed from collection, False if it wasn't found in the collection.