Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
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
Adds an item to the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.)
Removes all items from the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.)
Collapses all the nodes present in the node selection.
Overloaded. Indicates whether the group of selected nodes contains the specified node.
Copies all the nodes present in the group of selected nodes to the Clipboard.
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<IVsDataExplorerNode>.)
Copies all the nodes present in the group of selected nodes to the Clipboard, and then deletes them.
Deletes all the nodes present in the group of selected nodes.
Executes the default command, if any, on the group of selected nodes.
Expands all the nodes present in the group of selected nodes.
Overloaded. Retrieves the specified node from the group of selected nodes.
Gets a menu command corresponding to the specified CommandID value for the group of selected nodes.
Overloaded.
Opens all the nodes in the group of selected nodes as document window frames in the Visual Studio environment.
Overloaded. Refreshes all the nodes in the group node selection (and their child nodes if any are expanded in Server Explorer).
Overloaded. Removes the specified node from the node selection group.
Top
Properties
Name
Description
Gets a value indicating whether the group of currently selected nodes in Server Explorer can be copied to the Clipboard.
Gets a value indicating whether the group of currently selected nodes in Server Explorer can be cut.
Gets a value indicating whether the group of currently selected nodes in Server Explorer can be deleted.
Gets a value indicating whether the group of currently selected nodes in Server Explorer can be opened.
Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<IVsDataExplorerNode>.)
Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<IVsDataExplorerNode>.)
Overloaded. Gets the specified node from the group of selected nodes in Server Explorer.
Top