CKRecord.SetParent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SetParent(CKRecord) | |
| SetParent(CKRecordID) |
SetParent(CKRecord)
[Foundation.Export("setParentReferenceFromRecord:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetParent(CloudKit.CKRecord? parentRecord);
[<Foundation.Export("setParentReferenceFromRecord:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetParent : CloudKit.CKRecord -> unit
override this.SetParent : CloudKit.CKRecord -> unit
Parameters
- parentRecord
- CKRecord
- Attributes
Applies to
SetParent(CKRecordID)
[Foundation.Export("setParentReferenceFromRecordID:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetParent(CloudKit.CKRecordID? parentRecordID);
[<Foundation.Export("setParentReferenceFromRecordID:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetParent : CloudKit.CKRecordID -> unit
override this.SetParent : CloudKit.CKRecordID -> unit
Parameters
- parentRecordID
- CKRecordID
- Attributes