MonobjcMonobjc Documented Class Library
ObtainPermanentIDsForObjectsError Method (objects, error)
NamespacesMonobjc.CoreDataNSManagedObjectContextObtainPermanentIDsForObjectsError(NSArray, NSError%)

Converts to permanent IDs the object IDs of the objects in a given array.

Original signature is '- (BOOL)obtainPermanentIDsForObjects:(NSArray *)objects error:(NSError **)error'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ObtainPermanentIDsForObjectsError(
	NSArray objects,
	out NSError error
)
Public Overridable Function ObtainPermanentIDsForObjectsError ( _
	objects As NSArray, _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool ObtainPermanentIDsForObjectsError(
	NSArray^ objects, 
	[OutAttribute] NSError^% error
)
Parameters
objects (NSArray)
An array of managed objects.
error (NSError%)
If an error occurs, upon return contains an NSError object that describes the problem.
Return Value
YES if permanent IDs are obtained for all the objects in objects, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)