Store.PropertyBag (Propiedad)

Obtiene el contenedor de propiedades del almacén.

Espacio de nombres:  Microsoft.VisualStudio.Modeling
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxis

'Declaración
Public ReadOnly Property PropertyBag As Dictionary(Of Object, Object)
public Dictionary<Object, Object> PropertyBag { get; }

Valor de propiedad

Tipo: System.Collections.Generic.Dictionary<Object, Object>
Un IDictionary con propiedades y sus valores.

Seguridad de .NET Framework

Vea también

Referencia

Store Clase

Microsoft.VisualStudio.Modeling (Espacio de nombres)