共用方式為


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 命名空間