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

isExcludedFromBackup

True if resource should be excluded from backups, false otherwise. リソースがバックアップから除外されるべきならばtrue、そうでなければfalse。

Declaration 宣言

var isExcludedFromBackup: Bool? { get set }

Discussion 議論

This property is only useful for excluding cache and other application support files which are not needed in a backup. Some operations commonly made to user documents will cause this property to be reset to false and so this property should not be used on user documents. このプロパティは、バックアップにおいて必要とされないキャッシュおよび他のアプリケーションサポートファイルを除外するのに役立つだけです。一般にユーザ書類になされるいくつかの演算は、このプロパティをfalseに再設定されることを引き起こします、それゆえこのプロパティをユーザ書類上で使うべきではありません。

See Also 参照

Universal Resource Values ユニバーサルリソース値