MonobjcMonobjc Documented Class Library
ManagedObjectIDForURIRepresentation Method (URL)
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorManagedObjectIDForURIRepresentation(NSURL)

Returns an object ID for the specified URI representation of an object ID if a matching store is available, or nil if a matching store cannot be found.

Original signature is '- (NSManagedObjectID *)managedObjectIDForURIRepresentation:(NSURL *)URL'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSManagedObjectID ManagedObjectIDForURIRepresentation(
	NSURL URL
)
Public Overridable Function ManagedObjectIDForURIRepresentation ( _
	URL As NSURL _
) As NSManagedObjectID
public:
virtual NSManagedObjectID^ ManagedObjectIDForURIRepresentation(
	NSURL^ URL
)
Parameters
URL (NSURL)
An URL object containing a URI that specify a managed object.
Return Value
An object ID for the object specified by URL.
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)