다음을 통해 공유


NSUndoManager.RemoveAllActions 메서드

정의

오버로드

RemoveAllActions()

실행 취소 및 다시 실행 스택을 지우고 이 NSUndoManager를 다시 사용하도록 설정합니다.

RemoveAllActions(NSObject)

RemoveAllActions()

실행 취소 및 다시 실행 스택을 지우고 이 NSUndoManager를 다시 사용하도록 설정합니다.

[Foundation.Export("removeAllActions")]
public virtual void RemoveAllActions ();
abstract member RemoveAllActions : unit -> unit
override this.RemoveAllActions : unit -> unit
특성

적용 대상

RemoveAllActions(NSObject)

[Foundation.Export("removeAllActionsWithTarget:")]
public virtual void RemoveAllActions (Foundation.NSObject target);
abstract member RemoveAllActions : Foundation.NSObject -> unit
override this.RemoveAllActions : Foundation.NSObject -> unit

매개 변수

target
NSObject
특성

적용 대상