UndoEngine.AddUndoUnit(UndoEngine+UndoUnit) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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建立 參數。