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

undoMenuTitle(forUndoActionName:)

Returns the complete, localized title of the Undo menu command for the action identified by the given name. 与えられた名前によって識別されるアクションに対する「取り消し」メニューコマンドの完全な、ローカライズされたタイトルを返します。

Declaration 宣言

func undoMenuTitle(forUndoActionName actionName: String) -> String

Parameters パラメータ

actionName

The name of the undo action. 取り消し動作の名前。

Return Value 戻り値

The localized title of the undo menu item. 取り消しメニュー項目のローカライズされたタイトル。

Discussion 議論

Override this method if you want to customize the localization behavior. This method is invoked by undoMenuItemTitle. あなたがローカライゼーション挙動を好みに合わせて変更したいならば、このメソッドをオーバーライドしてください。このメソッドは、undoMenuItemTitleによって発動されます。

See Also 参照

Getting and Localizing the Menu Item Title メニュー項目タイトルを取得するそしてローカライズする