IVsDataExplorerNodeSelection.Remove Method

Removes the specified node from the node selection group.

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, []) Removes the specified node from the node selection group.

Top

See Also

Reference

IVsDataExplorerNodeSelection Interface

IVsDataExplorerNodeSelection Members

Microsoft.VisualStudio.Data.Services Namespace