IVsDataViewInfo.GlobalCommands Propriedade

Definição

Obtém os comandos globais que estão disponíveis para a exibição de dados inteira.

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)

Valor da propriedade

IDictionary<CommandID,IVsDataViewCommandInfo>

Pares de nome/valor de CommandID objetos que representam os identificadores de comando e IVsDataViewCommandInfo objetos que representam informações de comando.

Aplica-se a