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
'Declaration
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> with 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewHierarchy Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace