Compartir a través de


NSUndoManager.RemoveAllActions Método

Definición

Sobrecargas

RemoveAllActions()

Borra las pilas de deshacer y rehacer y vuelve a habilitar este NSUndoManager.

RemoveAllActions(NSObject)

RemoveAllActions()

Borra las pilas de deshacer y rehacer y vuelve a habilitar este NSUndoManager.

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

Se aplica a

RemoveAllActions(NSObject)

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

Parámetros

target
NSObject
Atributos

Se aplica a