UndoEngine.AddUndoUnit(UndoEngine+UndoUnit) 메서드

정의

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 메서드.

적용 대상

추가 정보