IJSUnmarshalledObjectReference.InvokeUnmarshalled 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
InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2) |
Obsolète.
Appelle la fonction JavaScript inscrite avec l’identificateur spécifié. |
InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1) |
Obsolète.
Appelle la fonction JavaScript inscrite avec l’identificateur spécifié. |
InvokeUnmarshalled<T0,TResult>(String, T0) |
Obsolète.
Appelle la fonction JavaScript inscrite avec l’identificateur spécifié. |
InvokeUnmarshalled<TResult>(String) |
Obsolète.
Appelle la fonction JavaScript inscrite avec l’identificateur spécifié. |
InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2)
Attention
This method is obsolete. Use JSImportAttribute instead.
Appelle la fonction JavaScript inscrite avec l’identificateur spécifié.
public:
generic <typename T0, typename T1, typename T2, typename TResult>
TResult InvokeUnmarshalled(System::String ^ identifier, T0 arg0, T1 arg1, T2 arg2);
public TResult InvokeUnmarshalled<T0,T1,T2,TResult> (string identifier, T0 arg0, T1 arg1, T2 arg2);
[System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
public TResult InvokeUnmarshalled<T0,T1,T2,TResult> (string identifier, T0 arg0, T1 arg1, T2 arg2);
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 * 'T2 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 * 'T2 -> 'Result
Public Function InvokeUnmarshalled(Of T0, T1, T2, TResult) (identifier As String, arg0 As T0, arg1 As T1, arg2 As T2) As TResult
Paramètres de type
- T0
Type du premier argument.
- T1
Type du deuxième argument.
- T2
Type du troisième argument.
- TResult
Type .NET correspondant au type de valeur de retour de la fonction.
Paramètres
- identifier
- String
Identificateur utilisé lors de l’inscription de la fonction cible.
- arg0
- T0
Le premier argument.
- arg1
- T1
Le deuxième argument.
- arg2
- T2
Troisième argument.
Retours
Résultat de l’appel de la fonction.
- Attributs
S’applique à
InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1)
Attention
This method is obsolete. Use JSImportAttribute instead.
Appelle la fonction JavaScript inscrite avec l’identificateur spécifié.
public:
generic <typename T0, typename T1, typename TResult>
TResult InvokeUnmarshalled(System::String ^ identifier, T0 arg0, T1 arg1);
public TResult InvokeUnmarshalled<T0,T1,TResult> (string identifier, T0 arg0, T1 arg1);
[System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
public TResult InvokeUnmarshalled<T0,T1,TResult> (string identifier, T0 arg0, T1 arg1);
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 * 'T1 -> 'Result
Public Function InvokeUnmarshalled(Of T0, T1, TResult) (identifier As String, arg0 As T0, arg1 As T1) As TResult
Paramètres de type
- T0
Type du premier argument.
- T1
Type du deuxième argument.
- TResult
Type .NET correspondant au type de valeur de retour de la fonction.
Paramètres
- identifier
- String
Identificateur utilisé lors de l’inscription de la fonction cible.
- arg0
- T0
Le premier argument.
- arg1
- T1
Le deuxième argument.
Retours
Résultat de l’appel de la fonction.
- Attributs
S’applique à
InvokeUnmarshalled<T0,TResult>(String, T0)
Attention
This method is obsolete. Use JSImportAttribute instead.
Appelle la fonction JavaScript inscrite avec l’identificateur spécifié.
public:
generic <typename T0, typename TResult>
TResult InvokeUnmarshalled(System::String ^ identifier, T0 arg0);
public TResult InvokeUnmarshalled<T0,TResult> (string identifier, T0 arg0);
[System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
public TResult InvokeUnmarshalled<T0,TResult> (string identifier, T0 arg0);
abstract member InvokeUnmarshalled : string * 'T0 -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string * 'T0 -> 'Result
Public Function InvokeUnmarshalled(Of T0, TResult) (identifier As String, arg0 As T0) As TResult
Paramètres de type
- T0
Type du premier argument.
- TResult
Type .NET correspondant au type de valeur de retour de la fonction.
Paramètres
- identifier
- String
Identificateur utilisé lors de l’inscription de la fonction cible.
- arg0
- T0
Le premier argument.
Retours
Résultat de l’appel de la fonction.
- Attributs
S’applique à
InvokeUnmarshalled<TResult>(String)
Attention
This method is obsolete. Use JSImportAttribute instead.
Appelle la fonction JavaScript inscrite avec l’identificateur spécifié.
public:
generic <typename TResult>
TResult InvokeUnmarshalled(System::String ^ identifier);
public TResult InvokeUnmarshalled<TResult> (string identifier);
[System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")]
public TResult InvokeUnmarshalled<TResult> (string identifier);
abstract member InvokeUnmarshalled : string -> 'Result
[<System.Obsolete("This method is obsolete. Use JSImportAttribute instead.")>]
abstract member InvokeUnmarshalled : string -> 'Result
Public Function InvokeUnmarshalled(Of TResult) (identifier As String) As TResult
Paramètres de type
- TResult
Type .NET correspondant au type de valeur de retour de la fonction.
Paramètres
- identifier
- String
Identificateur utilisé lors de l’inscription de la fonction cible.
Retours
Résultat de l’appel de la fonction.
- Attributs