共用方式為


CKRecord.SetParent 方法

定義

多載

SetParent(CKRecord)

在 與指定的 parentRecord 之間建立 this 父子關聯性。

SetParent(CKRecordID)

建立 和 之間的 this 父子關聯性,由 指定 parentRecordID

SetParent(CKRecord)

在 與指定的 parentRecord 之間建立 this 父子關聯性。

[Foundation.Export("setParentReferenceFromRecord:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void SetParent (CloudKit.CKRecord parentRecord);
abstract member SetParent : CloudKit.CKRecord -> unit
override this.SetParent : CloudKit.CKRecord -> unit

參數

parentRecord
CKRecord

即將加入。

這個參數可以是 null

屬性

適用於

SetParent(CKRecordID)

建立 和 之間的 this 父子關聯性,由 指定 parentRecordID

[Foundation.Export("setParentReferenceFromRecordID:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void SetParent (CloudKit.CKRecordID parentRecordID);
abstract member SetParent : CloudKit.CKRecordID -> unit
override this.SetParent : CloudKit.CKRecordID -> unit

參數

parentRecordID
CKRecordID

即將加入。

這個參數可以是 null

屬性

適用於