共用方式為


GraphTransactionScope.ScopeProperties 屬性

與這個範圍相關聯的屬性包。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.Dictionary<Object, Object>
傳回 Dictionary<TKey, TValue>

.NET Framework 安全性

請參閱

參考

GraphTransactionScope 類別

Microsoft.VisualStudio.GraphModel 命名空間