共用方式為


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
屬性

適用於