다음을 통해 공유


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

‘선언
ReadOnly Property PersistentCommands As IDictionary(Of CommandID, Integer)
    Get
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>

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

See Also

Reference

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace