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

setActionName(_:)

Sets the name of the action associated with the Undo or Redo command. 「取り消す」または「やり直す」コマンドと結びつけられた動作の名前を設定します。

Declaration 宣言

func setActionName(_ actionName: String)

Parameters パラメータ

actionName

The name of the action. 動作の名前。

Discussion 議論

If actionName is an empty string, the action name currently associated with the menu command is removed. There is no effect if actionName is nil. actionNameが空の文字列ならば、現在メニューコマンドと結びつけられた動作名は取り除かれます。actionNamenilならば効果はありません。

See Also 参照

Managing the Action Name 動作名を管理する