BindInputElementAttribute Classe
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.
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
BindInputElementAttribute(String, String, String, String, Boolean, String) |
Constrói uma instância de BindInputElementAttribute. |
Propriedades
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 |
ValueAttribute |
Obtém o nome do atributo de valor a ser associado. |