Share via


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
'Usage
Dim instance As IVsDataExplorerNodeSelection 
Dim returnValue As Boolean 

returnValue = instance.DoDefaultActionOnAll()
bool DoDefaultActionOnAll()
bool DoDefaultActionOnAll()
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

See Also

Reference

IVsDataExplorerNodeSelection Interface

IVsDataExplorerNodeSelection Members

Microsoft.VisualStudio.Data.Services Namespace

DoDefaultAction