Instructs the receiver to load its metadata.
Original signature is '- (BOOL)loadMetadata:(NSError **)error'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Function LoadMetadata ( _ <OutAttribute> ByRef error As NSError _ ) As Boolean
public: virtual bool LoadMetadata( [OutAttribute] NSError^% error )

- error (NSError%)
- If an error occurs, upon return contains an NSError object that describes the problem.

YES if the metadata was loaded correctly, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)