GraphUndoUnit.IsUndo 方法

确定指定的GraphTransactionScope 当前是否用于撤销操作。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Shared Function IsUndo ( _
    scopeProperties As Dictionary(Of Object, Object) _
) As Boolean
public static bool IsUndo(
    Dictionary<Object, Object> scopeProperties
)
public:
static bool IsUndo(
    Dictionary<Object^, Object^>^ scopeProperties
)
static member IsUndo : 
        scopeProperties:Dictionary<Object, Object> -> bool
public static function IsUndo(
    scopeProperties : Dictionary<Object, Object>
) : boolean

参数

  • scopeProperties
    类型:Dictionary<Object, Object>

    ScopeProperties。

返回值

类型:Boolean
指定范围当前是否用于撤消操作。

.NET Framework 安全性

请参阅

参考

GraphUndoUnit 类

Microsoft.VisualStudio.GraphModel 命名空间