IVsDataViewHierarchy.PersistentCommands 属性

获取名称/值对集合与当前服务器资源管理器连接,并在注册表中保存对命令。

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

语法

声明
ReadOnly Property PersistentCommands As IDictionary(Of CommandID, Integer)
IDictionary<CommandID, int> PersistentCommands { get; }
property IDictionary<CommandID^, int>^ PersistentCommands {
    IDictionary<CommandID^, int>^ get ();
}
abstract PersistentCommands : IDictionary<CommandID, int>
function get PersistentCommands () : IDictionary<CommandID, int>

属性值

类型:System.Collections.Generic.IDictionary<CommandID, Int32>
名称/值对的集合表示 CommandID 对象进入状态与保存的指令对应。

.NET Framework 安全性

请参见

参考

IVsDataViewHierarchy 接口

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间