Partager via


GraphTransactionScope.ScopeProperties, propriété

Conteneur de propriétés associé à cette portée.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ScopeProperties As Dictionary(Of Object, Object)
public Dictionary<Object, Object> ScopeProperties { get; }
public:
property Dictionary<Object^, Object^>^ ScopeProperties {
    Dictionary<Object^, Object^>^ get ();
}
member ScopeProperties : Dictionary<Object, Object>
function get ScopeProperties () : Dictionary<Object, Object>

Valeur de propriété

Type : System.Collections.Generic.Dictionary<Object, Object>
retourne Dictionary<TKey, TValue> ;

Sécurité .NET Framework

Voir aussi

Référence

GraphTransactionScope Classe

Microsoft.VisualStudio.GraphModel, espace de noms