BindableAttribute.Yes 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定属性通常用于绑定。 此字段为只读。
public: static initonly System::ComponentModel::BindableAttribute ^ Yes;
public static readonly System.ComponentModel.BindableAttribute Yes;
staticval mutable Yes : System.ComponentModel.BindableAttribute
Public Shared ReadOnly Yes As BindableAttribute
字段值
注解
使用 值的true
构造函数标记属性BindableAttribute时, 的值BindableAttribute设置为常量成员 Yes。 因此,若要检查特性是否在代码中设置为此值,必须将属性指定为 BindableAttribute.Yes。