IVsDataExplorerNodeSelection.DoDefaultActionOnAll 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 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.