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

定义

确定指定的 GraphTransactionScope 当前是否用于重做操作。

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

参数

scopeProperties
Dictionary<Object,Object>

ScopeProperties

返回

Boolean

指定的作用域当前是否用于重做操作。

适用于