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

undoActionName

The name identifying the undo action. 取り消し動作を識別する名前。

Declaration 宣言

@property(readonly, copy) NSString *undoActionName;

Discussion 議論

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

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

See Also 参照

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