- CKModifyRecordsOperation - CKModifyRecordsOperation() 
- CKModifyRecordsOperation(IntPtr) 
- CKModifyRecordsOperation(NativeHandle) 
- CKModifyRecordsOperation(NSObjectFlag) 
- CKModifyRecordsOperation(CKRecord[], CKRecordID[]) 
- Atomic 
- ClassHandle 
- ClientChangeTokenData 
- Completed 
- PerRecordCompletion 
- PerRecordDeleteHandler 
- PerRecordProgress 
- PerRecordSaveHandler 
- RecordIdsToDelete 
- RecordsToSave 
- SavePolicy 
 
xamarinwatchos
    namespace CloudKit
{
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
    [Register("CKModifyRecordsOperation", true)]
    public class CKModifyRecordsOperation : CKDatabaseOperation
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        public virtual Action<CKRecord!, double>? PerRecordProgress
        {
            [Export("perRecordProgressBlock", ArgumentSemantic.Copy)]
            get;
            [Export("setPerRecordProgressBlock:", ArgumentSemantic.Copy)]
            set;
        }
    }
}
            | .NET | 6.07.08.09.0 | 
|---|---|
| Information specific to xamarinwatchos | |
| Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API