NSUrl_PromisedItems.GetPromisedItemResourceValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
Obsolète.
|
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
Attention
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
Paramètres
- This
- NSUrl
Instance sur laquelle cette méthode fonctionne.
- value
- NSObject
- key
- NSString
- error
- NSError
Retours
- Attributs
S’applique à
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
Paramètres
- This
- NSUrl
Instance sur laquelle cette méthode fonctionne.
- value
- NSObject
- key
- NSString
- error
- NSError
Retours
- Attributs