BindingBehaviorAttribute Clase

Definición

Especifica el BindingBehavior objeto que se debe aplicar.

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
Herencia
BindingBehaviorAttribute
Derivado
Atributos

Constructores

Nombre Description
BindingBehaviorAttribute(BindingBehavior)

Inicializa una nueva instancia de BindingBehaviorAttribute.

Propiedades

Nombre Description
Behavior

Obtiene el objeto BindingBehavior que se va a aplicar.

Se aplica a