IVsDataExplorerChildNodeCollection.Contains Method
Include Protected Members
Include Inherited Members
Indicates whether Server Explorer contains 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 | |
---|---|---|
Contains(Int32) | Indicates whether Server Explorer contains a connection node corresponding to the specified data object identifier. | |
Contains(String) | Indicates whether Server Explorer contains a connection node corresponding to the specified name. | |
Contains(T) | Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<IVsDataExplorerNode>.) | |
Contains(IVsDataObject) | Indicates whether Server Explorer contains a connection node corresponding to the specified data object. | |
Contains(String, array<Object[]) | Indicates whether Server Explorer contains a connection node corresponding to the specified type name and identifiers. |
Top