Partilhar via


Propriedade IVsDataViewCommonNodeInfo.Commands

Obtém os comandos associados ao nó atual.

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

Sintaxe

'Declaração
ReadOnly Property Commands As IDictionary(Of CommandID, IVsDataViewCommandInfo)
IDictionary<CommandID, IVsDataViewCommandInfo> Commands { get; }
property IDictionary<CommandID^, IVsDataViewCommandInfo^>^ Commands {
    IDictionary<CommandID^, IVsDataViewCommandInfo^>^ get ();
}
abstract Commands : IDictionary<CommandID, IVsDataViewCommandInfo>
function get Commands () : IDictionary<CommandID, IVsDataViewCommandInfo>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<CommandID, IVsDataViewCommandInfo>
Os comandos associados ao nó atual, como o nome/valor emparelham o contêm os identificadores de comando e seus objetos correspondentes de IVsDataViewCommandInfo .

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewCommonNodeInfo Interface

Namespace Microsoft.VisualStudio.Data.Services