IVsDataExplorerNodeSelection.Contains Method

Indicates whether the group of selected nodes contains the specified node.

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, []) Indicates whether the group of selected nodes contains the node specified by its full name.

Top

See Also

Reference

IVsDataExplorerNodeSelection Interface

IVsDataExplorerNodeSelection Members

Microsoft.VisualStudio.Data.Services Namespace