NSUndoManager.RemoveAllActions Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RemoveAllActions() |
Limpa as pilhas desfazer e refazer e reabilita esse NSUndoManager. |
RemoveAllActions(NSObject) |
RemoveAllActions()
Limpa as pilhas desfazer e refazer e reabilita esse NSUndoManager.
[Foundation.Export("removeAllActions")]
public virtual void RemoveAllActions ();
abstract member RemoveAllActions : unit -> unit
override this.RemoveAllActions : unit -> unit
- Atributos
Aplica-se 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