BindingBehaviorAttribute Classe

Definição

Especifica o BindingBehavior que deve ser aplicado.

public ref class BindingBehaviorAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class BindingBehaviorAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class BindingBehaviorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindingBehaviorAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindingBehaviorAttribute = class
    inherit Attribute
Public Class BindingBehaviorAttribute
Inherits Attribute
Herança
BindingBehaviorAttribute
Derivado
Atributos

Construtores

BindingBehaviorAttribute(BindingBehavior)

Inicializa uma nova instância BindingBehaviorAttribute.

Propriedades

Behavior

Obtém o BindingBehavior a ser aplicado.

Aplica-se a