NSUrl_PromisedItems.GetPromisedItemResourceValue Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
Veraltet.
|
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
Achtung
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
Parameter
- This
- NSUrl
Die Instanz, für die diese Methode verwendet wird.
- value
- NSObject
- key
- NSString
- error
- NSError
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- This
- NSUrl
Die Instanz, für die diese Methode verwendet wird.
- value
- NSObject
- key
- NSString
- error
- NSError
Gibt zurück
- Attribute