IJSUnmarshalledRuntime.InvokeUnmarshalled Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2) |
Zastaralé.
Vyvolá funkci JavaScriptu zaregistrovanou se zadaným identifikátorem. |
InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1) |
Zastaralé.
Vyvolá funkci JavaScriptu zaregistrovanou se zadaným identifikátorem. |
InvokeUnmarshalled<T0,TResult>(String, T0) |
Zastaralé.
Vyvolá funkci JavaScriptu zaregistrovanou se zadaným identifikátorem. |
InvokeUnmarshalled<TResult>(String) |
Zastaralé.
Vyvolá funkci JavaScriptu zaregistrovanou se zadaným identifikátorem. |
InvokeUnmarshalled<T0,T1,T2,TResult>(String, T0, T1, T2)
Upozornění
This method is obsolete. Use JSImportAttribute instead.
Vyvolá funkci JavaScriptu zaregistrovanou se zadaným identifikátorem.
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
Parametry typu
- T0
Typ prvního argumentu.
- T1
Typ druhého argumentu.
- T2
Typ třetího argumentu.
- TResult
Typ .NET odpovídající typu návratové hodnoty funkce.
Parametry
- identifier
- String
Identifikátor použitý při registraci cílové funkce.
- arg0
- T0
První argument.
- arg1
- T1
Druhý argument.
- arg2
- T2
Třetí argument.
Návraty
Výsledek vyvolání funkce.
- Atributy
Platí pro
InvokeUnmarshalled<T0,T1,TResult>(String, T0, T1)
Upozornění
This method is obsolete. Use JSImportAttribute instead.
Vyvolá funkci JavaScriptu zaregistrovanou se zadaným identifikátorem.
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
Parametry typu
- T0
Typ prvního argumentu.
- T1
Typ druhého argumentu.
- TResult
Typ .NET odpovídající typu návratové hodnoty funkce.
Parametry
- identifier
- String
Identifikátor použitý při registraci cílové funkce.
- arg0
- T0
První argument.
- arg1
- T1
Druhý argument.
Návraty
Výsledek vyvolání funkce.
- Atributy
Platí pro
InvokeUnmarshalled<T0,TResult>(String, T0)
Upozornění
This method is obsolete. Use JSImportAttribute instead.
Vyvolá funkci JavaScriptu zaregistrovanou se zadaným identifikátorem.
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
Parametry typu
- T0
Typ prvního argumentu.
- TResult
Typ .NET odpovídající typu návratové hodnoty funkce.
Parametry
- identifier
- String
Identifikátor použitý při registraci cílové funkce.
- arg0
- T0
První argument.
Návraty
Výsledek vyvolání funkce.
- Atributy
Platí pro
InvokeUnmarshalled<TResult>(String)
Upozornění
This method is obsolete. Use JSImportAttribute instead.
Vyvolá funkci JavaScriptu zaregistrovanou se zadaným identifikátorem.
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
Parametry typu
- TResult
Typ .NET odpovídající typu návratové hodnoty funkce.
Parametry
- identifier
- String
Identifikátor použitý při registraci cílové funkce.
Návraty
Výsledek vyvolání funkce.
- Atributy