IVsDataViewInfo.GlobalCommands 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可用于整个数据视图的全局命令。
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)
属性值
对象的名称/值对 CommandID ,表示命令标识符和 IVsDataViewCommandInfo 表示命令信息的对象。