BindableAttribute.No 字段

定义

指定属性通常不用于绑定。 此字段是只读的。

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

适用于

另请参阅