Sdílet prostřednictvím


IVsDataViewHierarchy.PersistentProperties – vlastnost

Získá kolekce páry název hodnota vlastnosti přidružené k aktuální připojení Server Explorer a které jsou uloženy.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IDictionary<String, Object>
Kolekce páry název hodnota představující název každou vlastnost a její hodnotu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataViewHierarchy Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů