BindElementAttribute(String, String, String, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Constrói uma instância de BindElementAttribute.
public:
BindElementAttribute(System::String ^ element, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute);
public BindElementAttribute (string element, string suffix, string valueAttribute, string changeAttribute);
public BindElementAttribute (string element, string? suffix, string valueAttribute, string changeAttribute);
new Microsoft.AspNetCore.Components.BindElementAttribute : string * string * string * string -> Microsoft.AspNetCore.Components.BindElementAttribute
Public Sub New (element As String, suffix As String, valueAttribute As String, changeAttribute As String)
Parâmetros
- element
- String
O nome da marca do elemento.
- suffix
- String
O valor do sufixo. Por exemplo, defina-o value
como para bind-value
ou defina-o null
como para bind
.
- valueAttribute
- String
O nome do atributo de valor a ser associado.
- changeAttribute
- String
O nome de um atributo que registrará um evento de alteração associado.