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