IVsDataViewHierarchy.PersistentProperties, propriété

Obtient une collection de paires nom/valeur de propriétés associées à la connexion actuelle de l'explorateur de serveurs et enregistrées.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, Object>
Une collection de paires nom/valeur représentant le nom de chaque propriété et sa valeur.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms