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默认设置。

使用 值的false,构造函数标记属性BindableAttribute时,此属性的值设置为常量成员 No。 因此,若要检查特性是否在代码中设置为此值,必须将属性指定为 BindableAttribute.No

适用于

另请参阅