BindingBehaviorAttribute Класс

Определение

Указывает объект , BindingBehavior который должен быть применен.

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
Наследование
BindingBehaviorAttribute
Производный
Атрибуты

Конструкторы

Имя Описание
BindingBehaviorAttribute(BindingBehavior)

Инициализирует новый экземпляр класса BindingBehaviorAttribute.

Свойства

Имя Описание
Behavior

Возвращает объект для BindingBehavior применения.

Применяется к