UndoEngine.DiscardUndoUnit(UndoEngine+UndoUnit) 메서드

정의

UndoEngine.UndoUnit을 삭제합니다.

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)

매개 변수

unit
UndoEngine.UndoUnit

삭제할 단위입니다.

설명

전에 DiscardUndoUnit 메서드가 호출 되 면 실행 취소 단위를 닫은 후 다음 실행 취소 합니다.

적용 대상

추가 정보