IVsDataViewHierarchy.PersistentCommands Property
Gets a collection of name/value pairs of commands that are associated with the current Server Explorer connection and that are saved in the registry.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
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> with get
function get PersistentCommands () : IDictionary<CommandID, int>
Property Value
Type: System.Collections.Generic.IDictionary<CommandID, Int32>
A collection of name/value pairs representing the CommandID objects and the status corresponding to the saved commands.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewHierarchy Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace