UndoEngine.AddUndoUnit(UndoEngine+UndoUnit) Metodo

Definizione

Aggiunge un oggetto UndoEngine.UndoUnit allo stack di annullamento.

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)

Parametri

unit
UndoEngine.UndoUnit

Unità di annullamento da aggiungere.

Commenti

Creare il parametro chiamando il unitCreateUndoUnit metodo .

Si applica a

Vedi anche