NSUrl_PromisedItems.GetPromisedItemResourceValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
Obsolete.
|
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
Caution
Use overload with an 'out NSObject value' parameter.
[System.Obsolete("Use overload with an 'out NSObject value' parameter.")]
public static bool GetPromisedItemResourceValue (Foundation.NSUrl This, Foundation.NSObject value, Foundation.NSString key, out Foundation.NSError error);
static member GetPromisedItemResourceValue : Foundation.NSUrl * Foundation.NSObject * Foundation.NSString * -> bool
Parameters
- This
- NSUrl
The instance on which this method operates.
- value
- NSObject
- key
- NSString
- error
- NSError
Returns
- Attributes
Applies to
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
[Foundation.Export("getPromisedItemResourceValue:forKey:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool GetPromisedItemResourceValue (this Foundation.NSUrl This, out Foundation.NSObject value, Foundation.NSString key, out Foundation.NSError error);
static member GetPromisedItemResourceValue : Foundation.NSUrl * * Foundation.NSString * -> bool
Parameters
- This
- NSUrl
The instance on which this method operates.
- value
- NSObject
- key
- NSString
- error
- NSError
Returns
- Attributes