GraphUndoUnit.IsRedo 方法

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

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

语法

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

参数

  • scopeProperties
    类型:Dictionary<Object, Object>

    ScopeProperties。

返回值

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

.NET Framework 安全性

请参阅

参考

GraphUndoUnit 类

Microsoft.VisualStudio.GraphModel 命名空间