UndoEngine.DiscardUndoUnit(UndoEngine+UndoUnit) Méthode

Définition

protected:
 virtual void DiscardUndoUnit(System::ComponentModel::Design::UndoEngine::UndoUnit ^ unit);
protected virtual void DiscardUndoUnit (System.ComponentModel.Design.UndoEngine.UndoUnit unit);
abstract member DiscardUndoUnit : System.ComponentModel.Design.UndoEngine.UndoUnit -> unit
override this.DiscardUndoUnit : System.ComponentModel.Design.UndoEngine.UndoUnit -> unit
Protected Overridable Sub DiscardUndoUnit (unit As UndoEngine.UndoUnit)

Paramètres

unit
UndoEngine.UndoUnit

Unité à éliminer.

Remarques

Avant l’appel de la DiscardUndoUnit méthode, l’unité d’annulation est fermée, puis annulée.

S’applique à

Voir aussi