UndoEngine.AddUndoUnit(UndoEngine+UndoUnit) Metoda

Definicja

Dodaje element UndoEngine.UndoUnit do stosu cofania.

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)

Parametry

unit
UndoEngine.UndoUnit

Jednostka cofania do dodania.

Uwagi

Utwórz parametr, unit wywołując metodę CreateUndoUnit .

Dotyczy

Zobacz też