Share via


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
Public method IndexOf(array<Object[]) Returns the index of the data object in the collection that matches the specified identifier.
Public method IndexOf(String) Returns the index of the data object in the collection that matches the specified identifier.
Public method IndexOf(T) Determines the index of a specific item in the IList<T>. (Inherited from IList<IVsDataObject>.)

Top

See Also

Reference

IVsDataObjectCollection Interface

Microsoft.VisualStudio.Data.Services Namespace