Store.PropertyBag Property

Gets the property bag for the store.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public ReadOnly Property PropertyBag As Dictionary(Of Object, Object)
'使用
Dim instance As Store
Dim value As Dictionary(Of Object, Object)

value = instance.PropertyBag
public Dictionary<Object, Object> PropertyBag { get; }
public:
property Dictionary<Object^, Object^>^ PropertyBag {
    Dictionary<Object^, Object^>^ get ();
}
public function get PropertyBag () : Dictionary<Object, Object>

Property Value

Type: System.Collections.Generic.Dictionary<Object, Object>

An IDictionary with properties and their values.

Permissions

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace