GraphUndoUnit.IsRedo(Dictionary<Object,Object>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定指定的 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
返回
指定的作用域当前是否用于重做操作。