MonobjcMonobjc Documented Class Library
ResourceValuesForKeysError Method (keys, error)
NamespacesMonobjc.FoundationNSURLResourceValuesForKeysError(NSArray, NSError%)

Returns the resource values for the properties identified by specified array of keys.

Original signature is '- (NSDictionary *)resourceValuesForKeys:(NSArray *)keys error:(NSError **)error'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary ResourceValuesForKeysError(
	NSArray keys,
	out NSError error
)
Public Overridable Function ResourceValuesForKeysError ( _
	keys As NSArray, _
	<OutAttribute> ByRef error As NSError _
) As NSDictionary
public:
virtual NSDictionary^ ResourceValuesForKeysError(
	NSArray^ keys, 
	[OutAttribute] NSError^% error
)
Parameters
keys (NSArray)
An array of names of URL resource properties.
error (NSError%)
The error that occurred in the case that one or more resource values cannot be retrieved.
Return Value
A dictionary of resource values indexed by key.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)