BindableAttribute.No 字段
定义
指定属性通常不用于绑定。Specifies that a property is not typically used for binding. 此字段为只读。This field is read-only.
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 。The No field is the default setting for the BindableAttribute.
当使用值的构造函数标记属性时, BindableAttribute false, 此属性的值将设置为常量成员 No 。When you mark a property with the BindableAttribute constructor of the value false, the value of this attribute is set to the constant member No. 因此,若要检查代码中的属性是否设置为此值,必须将属性指定为 BindableAttribute.No 。Therefore, to check whether the attribute is set to this value in your code, you must specify the attribute as BindableAttribute.No.