IVsDataViewCommonNodeInfo.DefaultCommand Property

Definition

Gets the default command that is set for the current node.

public:
 property Microsoft::VisualStudio::Data::Services::IVsDataViewCommandInfo ^ DefaultCommand { Microsoft::VisualStudio::Data::Services::IVsDataViewCommandInfo ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo DefaultCommand { get; }
member this.DefaultCommand : Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo
Public ReadOnly Property DefaultCommand As IVsDataViewCommandInfo

Property Value

An IVsDataViewCommandInfo object as the default command.

Applies to