Share via


IVsDataExplorerNodeSelection.Remove Method

Include Protected Members
Include Inherited Members

Removes the specified node from the node selection group.

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 Remove(Int32) Removes the node specified by its numerical identifier value from the node selection group.
Public method Remove(String) Removes the node specified by its full name from the node selection group.
Public method Remove(T) Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.)
Public method Remove(IVsDataObject) Removes the node specified by a data object from the node selection group.
Public method Remove(String, array<Object[]) Removes the specified node from the node selection group.

Top

See Also

Reference

IVsDataExplorerNodeSelection Interface

Microsoft.VisualStudio.Data.Services Namespace