JSInvokableAttribute Konstruktoren

Definition

Überlädt

JSInvokableAttribute()

Erstellt eine instance von, JSInvokableAttribute ohne einen Bezeichner für die -Methode festzulegen.

JSInvokableAttribute(String)

Erstellt eine instance der Verwendung des JSInvokableAttribute angegebenen Bezeichners.

JSInvokableAttribute()

Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs

Erstellt eine instance von, JSInvokableAttribute ohne einen Bezeichner für die -Methode festzulegen.

public:
 JSInvokableAttribute();
public JSInvokableAttribute ();
Public Sub New ()

Gilt für:

JSInvokableAttribute(String)

Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs
Quelle:
JSInvokableAttribute.cs

Erstellt eine instance der Verwendung des JSInvokableAttribute angegebenen Bezeichners.

public:
 JSInvokableAttribute(System::String ^ identifier);
public JSInvokableAttribute (string identifier);
new Microsoft.JSInterop.JSInvokableAttribute : string -> Microsoft.JSInterop.JSInvokableAttribute
Public Sub New (identifier As String)

Parameter

identifier
String

Ein Bezeichner für die -Methode, der innerhalb des Bereichs der Assembly eindeutig sein muss.

Gilt für: