Share via


CKQueryOperation.RecordFetched Property

Definition

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

Property Value

Attributes

Applies to