Compartilhar via


Propriedade Store.PropertyBag

Obtém o conjunto de propriedades para o armazenamento.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
Public ReadOnly Property PropertyBag As Dictionary(Of Object, Object)
public Dictionary<Object, Object> PropertyBag { get; }

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<Object, Object>
Um IDictionary com propriedades e seus valores.

Segurança do .NET Framework

Consulte também

Referência

Store Classe

Namespace Microsoft.VisualStudio.Modeling