CKRecordZoneCapabilities 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ゾーンが実行できる特殊な操作を列挙します。
この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum CKRecordZoneCapabilities
type CKRecordZoneCapabilities =
- 継承
-
CKRecordZoneCapabilities
- 属性
フィールド
Atomic | 2 | ゾーンでは、レコードのセットに対するアトミック操作がサポートされています。 |
FetchChanges | 1 | ゾーンでは、レコード全体ではなく、データの変更を報告できます。 |
Sharing | 4 |