Compartir a través de


IVsDataViewCommonNodeInfo.Commands (Propiedad)

Obtiene los comandos asociados al nodo actual.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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> with get
function get Commands () : IDictionary<CommandID, IVsDataViewCommandInfo>

Valor de propiedad

Tipo: IDictionary<CommandID, IVsDataViewCommandInfo>
Los comandos asociados al nodo actual, como nombre y valor emparejadas contener identificadores de comandos y los objetos correspondientes de IVsDataViewCommandInfo .

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCommonNodeInfo Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)