NSManagedObjectContext.ObtainPermanentIDsForObjects メソッド

定義

指定された objectsのオブジェクト識別子を永続的な識別子に変換します。 すべての識別子が変換された場合に true を返します。

[Foundation.Export("obtainPermanentIDsForObjects:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ObtainPermanentIDsForObjects(CoreData.NSManagedObject[] objects, out Foundation.NSError error);
[<Foundation.Export("obtainPermanentIDsForObjects:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ObtainPermanentIDsForObjects : CoreData.NSManagedObject[] * NSError -> bool
override this.ObtainPermanentIDsForObjects : CoreData.NSManagedObject[] * NSError -> bool

パラメーター

objects
NSManagedObject[]
error
NSError

返品

属性

適用対象