Share via


IVsDataExplorerNode.DoDefaultAction Method

Definition

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.

Applies to