Share via


CKModifyRecordsOperation.PerRecordCompletion Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Action<CloudKit.CKRecord,Foundation.NSError>? PerRecordCompletion { [Foundation.Export("perRecordCompletionBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPerRecordCompletionBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("perRecordCompletionBlock", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setPerRecordCompletionBlock:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.PerRecordCompletion : Action<CloudKit.CKRecord, Foundation.NSError> with get, set

Property Value

Attributes

Applies to