Share via


NSUrl_PromisedItems.GetPromisedItemResourceValue Method

Definition

[Foundation.Export("getPromisedItemResourceValue:forKey:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool GetPromisedItemResourceValue(this Foundation.NSUrl This, out Foundation.NSObject value, Foundation.NSString key, out Foundation.NSError error);
[<Foundation.Export("getPromisedItemResourceValue:forKey:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPromisedItemResourceValue : Foundation.NSUrl * NSObject * Foundation.NSString * NSError -> bool

Parameters

This
NSUrl

The instance on which this method operates.

value
NSObject
key
NSString
error
NSError

Returns

Attributes

Applies to