Compartilhar via


JSInvokableAttribute Construtores

Definição

Sobrecargas

JSInvokableAttribute()

Constrói uma instância de JSInvokableAttribute sem definir um identificador para o método .

JSInvokableAttribute(String)

Constrói uma instância de JSInvokableAttribute usando o identificador especificado.

JSInvokableAttribute()

Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs

Constrói uma instância de JSInvokableAttribute sem definir um identificador para o método .

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

Aplica-se a

JSInvokableAttribute(String)

Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs
Origem:
JSInvokableAttribute.cs

Constrói uma instância de JSInvokableAttribute usando o identificador especificado.

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

Parâmetros

identifier
String

Um identificador para o método , que deve ser exclusivo dentro do escopo do assembly.

Aplica-se a