Aracılığıyla paylaş


BindingBehaviorAttribute Sınıf

Tanım

BindingBehavior Uygulanması gereken öğesini belirtir.

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
Devralma
BindingBehaviorAttribute
Türetilmiş
Öznitelikler

Oluşturucular

BindingBehaviorAttribute(BindingBehavior)

Yeni BindingBehaviorAttribute bir örnek başlatır.

Özellikler

Behavior

Uygulanacak öğesini BindingBehavior alır.

Şunlara uygulanır