IVsDataExplorerNode.DoDefaultAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the default command, if any, on the current node.
public:
bool DoDefaultAction();
public bool DoDefaultAction ();
abstract member DoDefaultAction : unit -> bool
Public Function DoDefaultAction () As Boolean
Returns
true if this method executed the default command; false if there is no default command that can be executed on this node.