IVsDataViewInfo.GlobalCommands Eigenschaft

Definition

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

public:
 property System::Collections::Generic::IDictionary<System::ComponentModel::Design::CommandID ^, Microsoft::VisualStudio::Data::Services::IVsDataViewCommandInfo ^> ^ GlobalCommands { System::Collections::Generic::IDictionary<System::ComponentModel::Design::CommandID ^, Microsoft::VisualStudio::Data::Services::IVsDataViewCommandInfo ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.ComponentModel.Design.CommandID,Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo> GlobalCommands { get; }
member this.GlobalCommands : System.Collections.Generic.IDictionary<System.ComponentModel.Design.CommandID, Microsoft.VisualStudio.Data.Services.IVsDataViewCommandInfo>
Public ReadOnly Property GlobalCommands As IDictionary(Of CommandID, IVsDataViewCommandInfo)

Eigenschaftswert

IDictionary<CommandID,IVsDataViewCommandInfo>

Name/Wert-Paare von CommandID Objekten, die die Befehls Bezeichner und Objekte darstellen, die IVsDataViewCommandInfo Befehls Informationen darstellen.

Gilt für