IVsDataExplorerNodeSelection.DoDefaultActionOnAll Method

Definition

Executes the default command, if any, on the group of selected nodes.

public:
 bool DoDefaultActionOnAll();
public bool DoDefaultActionOnAll ();
abstract member DoDefaultActionOnAll : unit -> bool
Public Function DoDefaultActionOnAll () As Boolean

Returns

true if the default command was executed on all nodes in the selection, false if this method failed to execute the default command on at least one node in the selection.

Applies to