Compartilhar via


BindInputElementAttribute Construtor

Definição

Constrói uma instância de BindInputElementAttribute.

public:
 BindInputElementAttribute(System::String ^ type, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute, bool isInvariantCulture, System::String ^ format);
public BindInputElementAttribute (string type, string suffix, string valueAttribute, string changeAttribute, bool isInvariantCulture, string format);
public BindInputElementAttribute (string? type, string? suffix, string? valueAttribute, string? changeAttribute, bool isInvariantCulture, string? format);
new Microsoft.AspNetCore.Components.BindInputElementAttribute : string * string * string * string * bool * string -> Microsoft.AspNetCore.Components.BindInputElementAttribute
Public Sub New (type As String, suffix As String, valueAttribute As String, changeAttribute As String, isInvariantCulture As Boolean, format As String)

Parâmetros

type
String

O valor do atributo do type elemento.

suffix
String

O valor do sufixo.

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.

isInvariantCulture
Boolean

Determina se a associação usará InvariantCulture ou CurrentCulture.

format
String

Um formato opcional a ser usado ao converter valores.

Aplica-se a