Idioma

BindInputElementAttribute Classe

Definição

Configura opções para subtipos de associação de um elemento HTML input .

public ref class BindInputElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindInputElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindInputElementAttribute = class
    inherit Attribute
Public NotInheritable Class BindInputElementAttribute
Inherits Attribute
Herança
BindInputElementAttribute
Atributos

Construtores

Nome Description
BindInputElementAttribute(String, String, String, String, Boolean, String)

Constrói uma instância de BindInputElementAttribute.

Propriedades

Nome Description
ChangeAttribute

Obtém o nome de um atributo que registrará um evento de alteração associado.

Format

Obtém um formato opcional a ser usado ao converter valores.

IsInvariantCulture

Obtém um valor que determina se a associação usará InvariantCulture ou CurrentCulture.

Suffix

Obtém o valor do sufixo.

Type

Obtém o valor do atributo do type elemento.

ValueAttribute

Obtém o nome do atributo de valor a ser associado.

Aplica-se a