IVsDataViewInfo.GlobalCommands 属性

获取为整个数据视图可用的全局顺序。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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>

属性值

类型:IDictionary<CommandID, IVsDataViewCommandInfo>
名称/值对表示订单ID和 IVsDataViewCommandInfo 对象的 CommandID 对象表示命令信息。

.NET Framework 安全性

请参阅

参考

IVsDataViewInfo 接口

Microsoft.VisualStudio.Data.Services 命名空间