CKRecord.SetParent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetParent(CKRecord) |
Crée une relation parent-enfant entre |
SetParent(CKRecordID) |
Crée une relation parent-enfant entre |
SetParent(CKRecord)
Crée une relation parent-enfant entre this
et le spécifié parentRecord
.
[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
Paramètres
- Attributs
S’applique à
SetParent(CKRecordID)
Crée une relation parent-enfant entre this
et spécifiée par 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
Paramètres
- Attributs