다음을 통해 공유


IVsDataViewHierarchy.PersistentProperties Property

Gets a collection of name/value pairs of properties that are associated with the current Server Explorer connection and that are saved.

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

Syntax

‘선언
ReadOnly Property PersistentProperties As IDictionary(Of String, Object)
    Get
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>

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>
A collection of name/value pairs representing the name of each property and its value.

.NET Framework Security

See Also

Reference

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace