共用方式為


GraphUpdatedEventArgs.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>

.NET Framework 安全性

請參閱

參考

GraphUpdatedEventArgs 類別

Microsoft.VisualStudio.GraphModel 命名空間