BindableAttribute.Yes 字段

定义

指定属性通常用于绑定。 此字段为只读。

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

适用于

另请参阅