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

适用于