Represents a group of currently selected nodes in the Visual Studio Server Explorer, together with a set of properties and actions.
The IVsDataExplorerNodeSelection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Adds an item to the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.) |
![]() |
Clear | Removes all items from the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.) |
![]() |
CollapseAll | Collapses all the nodes present in the node selection. |
![]() |
Contains | Overloaded. Indicates whether the group of selected nodes contains the specified node. |
![]() |
CopyAll | Copies all the nodes present in the group of selected nodes to the Clipboard. |
![]() |
CopyTo | Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<IVsDataExplorerNode>.) |
![]() |
CutAll | Copies all the nodes present in the group of selected nodes to the Clipboard, and then deletes them. |
![]() |
DeleteAll | Deletes all the nodes present in the group of selected nodes. |
![]() |
DoDefaultActionOnAll | Executes the default command, if any, on the group of selected nodes. |
![]() |
ExpandAll | Expands all the nodes present in the group of selected nodes. |
![]() |
Find | Overloaded. Retrieves the specified node from the group of selected nodes. |
![]() |
GetCommand | Gets a menu command corresponding to the specified CommandID value for the group of selected nodes. |
![]() |
GetEnumerator | Overloaded. |
![]() |
OpenAllDocuments | Opens all the nodes in the group of selected nodes as document window frames in the Visual Studio environment. |
![]() |
RefreshAll | Overloaded. Refreshes all the nodes in the group node selection (and their child nodes if any are expanded in Server Explorer). |
![]() |
Remove | Overloaded. Removes the specified node from the node selection group. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CanCopyAll | Gets a value indicating whether the group of currently selected nodes in Server Explorer can be copied to the Clipboard. |
![]() |
CanCutAll | Gets a value indicating whether the group of currently selected nodes in Server Explorer can be cut. |
![]() |
CanDeleteAll | Gets a value indicating whether the group of currently selected nodes in Server Explorer can be deleted. |
![]() |
CanOpenAll | Gets a value indicating whether the group of currently selected nodes in Server Explorer can be opened. |
![]() |
Count | Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.) |
![]() |
IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<IVsDataExplorerNode>.) |
![]() |
Item | Overloaded. Gets the specified node from the group of selected nodes in Server Explorer. |
Top
.gif)
.gif)