IVsDataExplorerNodeSelection.DoDefaultActionOnAll Method
Executes the default command, if any, on the group of selected nodes.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function DoDefaultActionOnAll As Boolean
bool DoDefaultActionOnAll()
bool DoDefaultActionOnAll()
abstract DoDefaultActionOnAll : unit -> bool
function DoDefaultActionOnAll() : boolean
Return Value
Type: System.Boolean
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.
Remarks
This method iterates through the list of nodes in the selection and calls the DoDefaultAction method on each node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataExplorerNodeSelection Interface