IVsDataObjectCollection.IndexOf Method
Include Protected Members
Include Inherited Members
Returns the index of the data object in the collection that matches the specified identifier.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IndexOf(array<Object[]) | Returns the index of the data object in the collection that matches the specified identifier. | |
IndexOf(String) | Returns the index of the data object in the collection that matches the specified identifier. | |
IndexOf(T) | Determines the index of a specific item in the IList<T>. (Inherited from IList<IVsDataObject>.) |
Top