IVsDataViewInfo.GlobalCommands Property

Definition

Gets the global commands that are available for the entire data view.

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)

Property Value

Name/value pairs of CommandID objects representing the command identifiers and IVsDataViewCommandInfo objects representing command information.

Applies to