BindElementAttribute 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 associar tipos de elemento 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
- Herança
-
BindElementAttribute
- Atributos
Construtores
BindElementAttribute(String, String, String, String) |
Constrói uma instância de BindElementAttribute. |
Propriedades
ChangeAttribute |
Obtém o nome de um atributo que registrará um evento de alteração associado. |
Element |
Obtém o nome da marca do elemento. |
Suffix |
Obtém o valor do sufixo.
Por exemplo, isso significará |
ValueAttribute |
Obtém o nome do atributo de valor a ser associado. |