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

Function DoDefaultAction As Boolean

Dim instance As IVsDataExplorerNode
Dim returnValue As Boolean

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

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace