BindInputElementAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Configura las opciones para enlazar subtipos de un 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
- Herencia
-
BindInputElementAttribute
- Atributos
Constructores
BindInputElementAttribute(String, String, String, String, Boolean, String) |
Construye una instancia de BindInputElementAttribute. |
Propiedades
ChangeAttribute |
Obtiene el nombre de un atributo que registrará un evento de cambio asociado. |
Format |
Obtiene un formato opcional que se va a usar al convertir valores. |
IsInvariantCulture |
Obtiene un valor que determina si el enlace usará InvariantCulture o CurrentCulture. |
Suffix |
Obtiene el valor del sufijo. |
Type |
Obtiene el valor del atributo del |
ValueAttribute |
Obtiene el nombre del atributo de valor que se va a enlazar. |