JSInvokableAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| JSInvokableAttribute() |
Tworzy wystąpienie klasy JSInvokableAttribute bez ustawiania identyfikatora dla metody . |
| JSInvokableAttribute(String) |
Tworzy wystąpienie JSInvokableAttribute przy użyciu określonego identyfikatora. |
JSInvokableAttribute()
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
Tworzy wystąpienie klasy JSInvokableAttribute bez ustawiania identyfikatora dla metody .
public:
JSInvokableAttribute();
public JSInvokableAttribute();
Public Sub New ()
Dotyczy
JSInvokableAttribute(String)
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
- Źródło:
- JSInvokableAttribute.cs
Tworzy wystąpienie JSInvokableAttribute przy użyciu określonego identyfikatora.
public:
JSInvokableAttribute(System::String ^ identifier);
public JSInvokableAttribute(string identifier);
new Microsoft.JSInterop.JSInvokableAttribute : string -> Microsoft.JSInterop.JSInvokableAttribute
Public Sub New (identifier As String)
Parametry
- identifier
- String
Identyfikator metody, która musi być unikatowa w zakresie zestawu.