NSUrl_PromisedItems.GetPromisedItemResourceValue 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性