Partilhar via


Propriedade IVsDataViewHierarchy.PersistentProperties

Obtém uma coleção de pares nome/valor das propriedades que são associadas à conexão atual do server Explorer e que são salvas.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Collections.Generic.IDictionary<String, Object>
Uma coleção de nome/valor emparelha a representação do nome de cada propriedade e seu valor.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewHierarchy Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities