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

適用於