JSManagedValue.Get 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
Get(JSValue) | |
Get(JSValue, NSObject) |
Get(JSValue)
[Foundation.Export("managedValueWithValue:")]
public static JavaScriptCore.JSManagedValue Get (JavaScriptCore.JSValue value);
static member Get : JavaScriptCore.JSValue -> JavaScriptCore.JSManagedValue
Paramètres
- value
- JSValue
Retours
- Attributs
S’applique à
Get(JSValue, NSObject)
[Foundation.Export("managedValueWithValue:andOwner:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static JavaScriptCore.JSManagedValue Get (JavaScriptCore.JSValue value, Foundation.NSObject owner);
static member Get : JavaScriptCore.JSValue * Foundation.NSObject -> JavaScriptCore.JSManagedValue
Paramètres
- value
- JSValue
- owner
- NSObject
Retours
- Attributs