UndoEngine.AddUndoUnit(UndoEngine+UndoUnit) 方法

定义

UndoEngine.UndoUnit 添加到撤消堆栈中。

protected:
 abstract void AddUndoUnit(System::ComponentModel::Design::UndoEngine::UndoUnit ^ unit);
protected abstract void AddUndoUnit (System.ComponentModel.Design.UndoEngine.UndoUnit unit);
abstract member AddUndoUnit : System.ComponentModel.Design.UndoEngine.UndoUnit -> unit
Protected MustOverride Sub AddUndoUnit (unit As UndoEngine.UndoUnit)

参数

unit
UndoEngine.UndoUnit

要添加的撤消单元。

注解

unit通过调用 CreateUndoUnit 方法创建 参数。

适用于

另请参阅