Share via


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

Top

See Also

Reference

IVsDataExplorerNodeSelection Interface

Microsoft.VisualStudio.Data.Services Namespace