Share via


IVsDataExplorerNode.DoDefaultAction Method

Executes the default command, if any, on the current node.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function DoDefaultAction As Boolean
bool DoDefaultAction()
bool DoDefaultAction()
abstract DoDefaultAction : unit -> bool
function DoDefaultAction() : boolean

Return Value

Type: System.Boolean
true if this method executed the default command; false if there is no default command that can be executed on this node.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace