GraphUndoUnit.IsUndo(Dictionary<Object,Object>) 方法

定义

确定指定的 GraphTransactionScope 当前是否正在用于撤消操作。

public:
 static bool IsUndo(System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ scopeProperties);
public static bool IsUndo (System.Collections.Generic.Dictionary<object,object> scopeProperties);
static member IsUndo : System.Collections.Generic.Dictionary<obj, obj> -> bool
Public Shared Function IsUndo (scopeProperties As Dictionary(Of Object, Object)) As Boolean

参数

scopeProperties
Dictionary<Object,Object>

ScopeProperties

返回

Boolean

指定的作用域当前是否用于撤消操作。

适用于