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