IVsDataViewHierarchy.PersistentCommands (Propiedad)

Obtiene una colección de pares de nombre/valor de comandos asociados a la conexión actual del Explorador de servidores y guardar en el registro.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

Tipo: System.Collections.Generic.IDictionary<CommandID, Int32>
Una colección de nombre/valor empareja la representación de los objetos de CommandID y de estado correspondiente a los comandos guardados.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewHierarchy Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)