JSInvokableAttribute Costruttori

Definizione

Overload

JSInvokableAttribute()

Costruisce un'istanza di JSInvokableAttribute senza impostare un identificatore per il metodo.

JSInvokableAttribute(String)

Costruisce un'istanza di JSInvokableAttribute usando l'identificatore specificato.

JSInvokableAttribute()

Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs

Costruisce un'istanza di JSInvokableAttribute senza impostare un identificatore per il metodo.

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

Si applica a

JSInvokableAttribute(String)

Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs
Origine:
JSInvokableAttribute.cs

Costruisce un'istanza di JSInvokableAttribute usando l'identificatore specificato.

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

Parametri

identifier
String

Identificatore per il metodo, che deve essere univoco nell'ambito dell'assembly.

Si applica a