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