Instance Property インスタンスプロパティ

redoActionName

The name identifying the redo action. やり直し動作を識別する名前。

Declaration 宣言

var redoActionName: String { get }

Discussion 議論

The redo action name. Returns an empty string (@"") if no action name has been assigned or if there is nothing to redo. やり直し動作の名前。空の文字列(@"")を返します、もし動作名が割り当てられていないならばまたはもしやり直すものが何もないならば

For example, if the menu title is “Redo Delete,” the string returned is “Delete.” 例えば、メニュータイトルが “Redo Delete” であるならば、返される文字列は “Delete” です。

See Also 参照

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