GraphUndoUnit.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 安全性

请参见

参考

GraphUndoUnit 类

Microsoft.VisualStudio.GraphModel 命名空间