JSType.Promise<T> Classe
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.
Marshal en tant que type de promesse JavaScript.
public: generic <typename T>
where T : JSTyperef class JSType::Promise sealed : System::Runtime::InteropServices::JavaScript::JSType
public sealed class JSType.Promise<T> : System.Runtime.InteropServices.JavaScript.JSType where T : JSType
type JSType.Promise<'T (requires 'T :> JSType)> = class
inherit JSType
Public NotInheritable Class JSType.Promise(Of T)
Inherits JSType
Paramètres de type
- T
Type de valeur de résultat marshalée.
- Héritage
Méthodes
Equals(Object) |
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
GetHashCode() |
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Crée une copie superficielle du Object actuel. (Hérité de Object) |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |