NSUrl_PromisedItems.GetPromisedItemResourceValue Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
Obsoleto.
|
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
Cuidado
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
Parâmetros
- This
- NSUrl
A instância na qual esse método opera.
- value
- NSObject
- key
- NSString
- error
- NSError
Retornos
- Atributos
Aplica-se a
[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
Parâmetros
- This
- NSUrl
A instância na qual esse método opera.
- value
- NSObject
- key
- NSString
- error
- NSError
Retornos
- Atributos