Condividi tramite


Proprietà Store.PropertyBag

ottiene il contenitore di proprietà per l'archivio.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.Dictionary<Object, Object>
Un IDictionary con le proprietà e i relativi valori.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Store Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling