共用方式為


NSManagedObject.GetObjectIDs(String) 方法

定義

取得與指定關聯性相關的所有物件的識別碼。

[Foundation.Export("objectIDsForRelationshipNamed:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreData.NSManagedObjectID[] GetObjectIDs (string relationshipName);
abstract member GetObjectIDs : string -> CoreData.NSManagedObjectID[]
override this.GetObjectIDs : string -> CoreData.NSManagedObjectID[]

參數

relationshipName
String

傳回

屬性

適用於