IVsDataViewHierarchy.PersistentProperties (Propiedad)

Obtiene una colección de pares de nombre/valor de propiedades asociadas a la conexión actual del Explorador de servidores y se guarden que.

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

Sintaxis

'Declaración
ReadOnly Property PersistentProperties As IDictionary(Of String, Object)
IDictionary<string, Object> PersistentProperties { get; }
property IDictionary<String^, Object^>^ PersistentProperties {
    IDictionary<String^, Object^>^ get ();
}
abstract PersistentProperties : IDictionary<string, Object>
function get PersistentProperties () : IDictionary<String, Object>

Valor de propiedad

Tipo: System.Collections.Generic.IDictionary<String, Object>
Una colección de nombre/valor empareja la representación del nombre de cada propiedad y su valor.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewHierarchy Interfaz

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