NSUndoManager.RemoveAllActions 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
- 屬性