MetadataObjectCollection<T,P>.IndexOf(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.
Index lookup by Type.
public int IndexOf (T metadataObject);
member this.IndexOf : 'T -> int
Public Function IndexOf (metadataObject As T) As Integer
Parameters
- metadataObject
- T
The type of MetaDataObject contained in the collection.
Returns
The index of the collection.