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

undoActionIsDiscardable

Boolean value that indicates whether the next undo action is discardable. 次の取り消し動作が利用できなくされるかどうかを指し示すブール値。

Declaration 宣言

@property(readonly) BOOL undoActionIsDiscardable;

Discussion 議論

YES if the action is discardable; NO otherwise. YES、もし動作が廃棄可能であるならば;そうでなければNO

Specifies that the latest undo action may be safely discarded when a document can not be saved for any reason. These are typically actions that don’t affect persistent state. ある書類が何らかの理由のために保存されることができない場合に、最後の取り消し操作が安全に廃棄されるかもしれないことを指定します。それらは、概して永続的な状態に影響を及ぼさない動作です。

An example might be an undo action that changes the viewable area of a document. ひとつの例は、ある書類の可視領域を変更する取り消し動作であるかもしれません。

See Also 参照

Discardable Undo and Redo Actions 取り消しとやり直しアクションを利用できなくする