Instance Method インスタンスメソッド

disableUndoRegistration()

Disables the recording of undo operations, whether by registerUndo(withTarget:selector:object:) or by invocation-based undo. 取り消し操作の記録をできないようにします、registerUndo(withTarget:selector:object:)によってであろうと発動基盤の取り消しによってであろうと。

Declaration 宣言

func disableUndoRegistration()

Discussion 議論

This method can be invoked multiple times by multiple clients. The enableUndoRegistration() method must be invoked an equal number of times to re-enable undo registration. このメソッドは、複数のクライアントによって複数回発動されることができます。enableUndoRegistration()メソッドは、取り消し登録を再度可能にするために、同じ回数発動されなければなりません。

See Also 参照

Enabling and Disabling Undo 取り消しを可能にするそしてできないようにする