CanUndoRedoCallback 委托

是否实例添加到 UndoManager 到表决撤消或重做操作可以继续。

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

语法

声明
Public Delegate Function CanUndoRedoCallback ( _
    isUndo As Boolean, _
    transactionItem As TransactionItem _
) As Boolean
public delegate bool CanUndoRedoCallback(
    bool isUndo,
    TransactionItem transactionItem
)

参数

  • isUndo
    类型:System.Boolean
    true ,如果这是取消操作; false ,如果这是重做操作。

返回值

类型:System.Boolean

备注

是否实例添加到 UndoManager 到表决撤消或重做操作可以继续。

请参见

参考

Microsoft.VisualStudio.Modeling 命名空间