MonobjcMonobjc Documented Class Library
LoadMetadata Method (error)
NamespacesMonobjc.CoreDataNSPersistentStoreLoadMetadata(NSError%)

Instructs the receiver to load its metadata.

Original signature is '- (BOOL)loadMetadata:(NSError **)error'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool LoadMetadata(
	out NSError error
)
Public Overridable Function LoadMetadata ( _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool LoadMetadata(
	[OutAttribute] NSError^% error
)
Parameters
error (NSError%)
If an error occurs, upon return contains an NSError object that describes the problem.
Return Value
YES if the metadata was loaded correctly, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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