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