BindElementAttribute 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 tipos de elementos específicos.
public ref class BindElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindElementAttribute = class
inherit Attribute
Public NotInheritable Class BindElementAttribute
Inherits Attribute
- Herencia
-
BindElementAttribute
- Atributos
Constructores
BindElementAttribute(String, String, String, String) |
Construye una instancia de BindElementAttribute. |
Propiedades
ChangeAttribute |
Obtiene el nombre de un atributo que registrará un evento de cambio asociado. |
Element |
Obtiene el nombre de etiqueta del elemento. |
Suffix |
Obtiene el valor del sufijo.
Por ejemplo, esto significará |
ValueAttribute |
Obtiene el nombre del atributo de valor que se va a enlazar. |