Freigeben über


IVsDataViewInfo.GlobalCommands-Eigenschaft

Ruft die globalen Befehle ab, die für die gesamte Datenansicht verfügbar sind.

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

Syntax

'Declaration
ReadOnly Property GlobalCommands As IDictionary(Of CommandID, IVsDataViewCommandInfo)
IDictionary<CommandID, IVsDataViewCommandInfo> GlobalCommands { get; }
property IDictionary<CommandID^, IVsDataViewCommandInfo^>^ GlobalCommands {
    IDictionary<CommandID^, IVsDataViewCommandInfo^>^ get ();
}
abstract GlobalCommands : IDictionary<CommandID, IVsDataViewCommandInfo> with get
function get GlobalCommands () : IDictionary<CommandID, IVsDataViewCommandInfo>

Eigenschaftswert

Typ: IDictionary<CommandID, IVsDataViewCommandInfo>
Name-Wert-Paare CommandID-Objekte, die die Befehlskennzeichen und die IVsDataViewCommandInfo-Objekte darstellen Befehlsinformationen darstellen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataViewInfo Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace