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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.