MergablePropertyAttribute.Default 字段
定义
public: static initonly System::ComponentModel::MergablePropertyAttribute ^ Default;
public static readonly System.ComponentModel.MergablePropertyAttribute Default;
staticval mutable Default : System.ComponentModel.MergablePropertyAttribute
Public Shared ReadOnly Default As MergablePropertyAttribute
字段值
注解
使用此值标记属性时,此属性设置为常量成员 No 。When you mark a property with this value, this attribute is set to the constant member No. 因此,当您要检查您的代码中是否将该属性设置为此值时,您必须将属性指定为 MergablePropertyAttribute.No 。Therefore, when you want to check whether the attribute is set to this value in your code, you must specify the attribute as MergablePropertyAttribute.No.