次の方法で共有


CKRecordZoneCapabilities 列挙型

定義

ゾーンが実行できる特殊な操作を列挙します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[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

適用対象