共用方式為


NSUrl_PromisedItems.GetPromisedItemResourceValue 方法

定義

多載

GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
已淘汰.
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)

GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)

警告

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

參數

This
NSUrl

這個方法運作所在的 實例。

value
NSObject
key
NSString
error
NSError

傳回

屬性

適用於

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

參數

This
NSUrl

這個方法運作所在的 實例。

value
NSObject
key
NSString
error
NSError

傳回

屬性

適用於