Partilhar via


Propriedade IVsDataViewCommonNodeInfo.DefaultCommand

Obtém o comando padrão que é definido para o nó atual.

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

Sintaxe

'Declaração
ReadOnly Property DefaultCommand As IVsDataViewCommandInfo
IVsDataViewCommandInfo DefaultCommand { get; }
property IVsDataViewCommandInfo^ DefaultCommand {
    IVsDataViewCommandInfo^ get ();
}
abstract DefaultCommand : IVsDataViewCommandInfo
function get DefaultCommand () : IVsDataViewCommandInfo

Valor de propriedade

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo
Um objeto de IVsDataViewCommandInfo como o comando padrão.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewCommonNodeInfo Interface

Namespace Microsoft.VisualStudio.Data.Services