Include Protected Members
Include Inherited Members
Retrieves the index of the specified connection node.
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(Int32) | Retrieves the index of the connection node corresponding to the specified data object identifier. |
![]() |
IndexOf(String) | Retrieves the index of the connection node corresponding to the specified name. |
![]() |
IndexOf(T) | Determines the index of a specific item in the IList<T>. (Inherited from IList<IVsDataExplorerNode>.) |
![]() |
IndexOf(IVsDataObject) | Retrieves the index of the connection node corresponding to the specified data object. |
![]() |
IndexOf(String, array<Object[]) | Retrieves the index of the connection node corresponding to the specified name type name and identifiers. |
Top