IVsDataExplorerNodeSelection.Contains Method
Include Protected Members
Include Inherited Members
Indicates whether the group of selected nodes contains the specified 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 the group of selected nodes contains the node specified by its numerical identifier value. | |
Contains(String) | Indicates whether the group of selected nodes contains the node specified by its full name. | |
Contains(T) | Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<IVsDataExplorerNode>.) | |
Contains(IVsDataObject) | Indicates whether the group of selected nodes contains the node specified as a data object. | |
Contains(String, array<Object[]) | Indicates whether the group of selected nodes contains the node specified by its full name. |
Top