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)
'使用
Dim instance As IVsDataViewHierarchy
Dim value As IDictionary(Of String, Object)

value = instance.PersistentProperties
IDictionary<string, Object> PersistentProperties { get; }
property IDictionary<String^, Object^>^ PersistentProperties {
    IDictionary<String^, Object^>^ get ();
}
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.

Permissions

See Also

Reference

IVsDataViewHierarchy Interface

IVsDataViewHierarchy Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace