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

saveOptions

Returns a constant indicating how to deal with closing any modified documents. 何らかの修正をした書類を閉じるときどう処置するかを指し示す定数を返します。

Declaration 宣言

var saveOptions: NSSaveOptions { get }

Return Value 戻り値

A constant indicating how to deal with closing any modified documents. 何らかの修正をした書類を閉じるときどう処置するかを指し示す定数。

The default value returned is NSSaveOptionsAsk. See "Constants" in NSCloseCommand for a list of possible return values. 省略時の返される値は、NSSaveOptionsAskです。"定数" を NSCloseCommand において可能な戻り値の一覧として見てください。

See Also 参照

Related Documentation 関連文書