IVsDataExplorerNode Members
Include Protected Members
Include Inherited Members
Represents any node in the Visual Studio Server Explorer that appears as a child to the Data Connections node.
The IVsDataExplorerNode type exposes the following members.
Methods
Name
Description
Adds the current node to a group of selected nodes.
Indicates whether a document view window can be opened for the current node.
Collapses the current node in order to hide its child nodes in Server Explorer.
Creates a copy of the current node.
Creates a copy of the current node and then deletes the node.
Deletes the current node from Server Explorer.
Executes the default command, if any, on the current node.
Expands the current node in Server Explorer.
Expands the parent nodes in order to show the current node in Server Explorer.
Extends the selected items in the UI up to the current node, resulting in multiple node selection.
Verifies the full name of the current node.
Retrieves a collection of all child nodes for the current node.
Gets a menu command corresponding to the specified CommandID value.
Verifies the name of the current node.
Opens the current node as a document window frame in the Visual Studio environment.
Overloaded. Opens the current node as a document window frame in the Visual Studio environment.
Pastes the node from the Clipboard to Server Explorer.
Overloaded. Refreshes the current node and its child nodes, if any are expanded in Server Explorer.
Replaces the caption of the current node with a new name.
Selects the current node in Server Explorer.
Deselects the current node in Server Explorer.
Top
Properties
Name
Description
Gets a value indicating whether the copy command is supported on the node.
Gets a value indicating whether the cut command is supported on the node.
Gets a value indicating whether the delete command is supported on the node.
Gets a value indicating whether the open command is supported on the node.
Gets a value indicating whether the paste command is supported on the node.
Gets a value indicating whether the rename command is supported on the node.
Gets the caption of the node.
Gets a collection of all child nodes that appear under this node in Server Explorer.
Gets the document moniker for this node through the data view hierarchy.
Gets the data explorer connection that is currently being used.
Gets the full name of the node.
Gets a value indicating whether the current node has been expanded.
Gets a value indicating whether the current node is discarded.
Gets a value indicating whether the current node can be expanded to show lower-level child nodes.
Gets a value indicating whether the current node is expanded.
Gets a value indicating whether the current node is in the process of being expanded.
Gets a value indicating whether the current node has been inserted into the Server Explorer tree.
Gets a value indicating whether the current node is in the process of being refreshed.
Gets a value indicating whether the current node is visible in the Server Explorer window.
Gets a numerical value that identifies the current node.
Gets the name of the current node.
Gets the next node that is a sibling to the current node in Server Explorer.
Gets the data object associated with the current Server Explorer node.
The parent node of the current node in Server Explorer.
Gets a node that is a sibling to the current node and that is immediately before the current node.
Top