BindingBehaviorAttribute 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 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 AttributePublic Class BindingBehaviorAttribute
Inherits Attribute- 继承
- 
				BindingBehaviorAttribute
- 派生
- 属性
构造函数
| BindingBehaviorAttribute(BindingBehavior) | 初始化一个新 BindingBehaviorAttribute 实例。 | 
属性
| Behavior | 获取 BindingBehavior 要应用的 。 |