Freigeben über


IVsDataViewCommonNodeInfo.Commands-Eigenschaft

Ruft die Befehle ab, die dem aktuellen Knoten zugeordnet sind.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: IDictionary<CommandID, IVsDataViewCommandInfo>
Die Befehle zugeordnet mit dem aktuellen Knoten, als Name-Wert-Paare, die die Befehlskennzeichen und ihre entsprechenden IVsDataViewCommandInfo-Objekte enthalten.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataViewCommonNodeInfo Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace