NSUrl_PromisedItems.GetPromisedItemResourceValue Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
Obsoletos.
|
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError) |
GetPromisedItemResourceValue(NSUrl, NSObject, NSString, NSError)
Precaución
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
Instancia en la que opera este método.
- value
- NSObject
- key
- NSString
- error
- NSError
Devoluciones
- Atributos
Se aplica a
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
Parámetros
- This
- NSUrl
Instancia en la que opera este método.
- value
- NSObject
- key
- NSString
- error
- NSError
Devoluciones
- Atributos