MergablePropertyAttribute.No 字段

定义

指定属性不能与属于属性窗口中其他对象的属性组合在一起。 此 static 字段为只读。

public: static initonly System::ComponentModel::MergablePropertyAttribute ^ No;
public static readonly System.ComponentModel.MergablePropertyAttribute No;
 staticval mutable No : System.ComponentModel.MergablePropertyAttribute
Public Shared ReadOnly No As MergablePropertyAttribute 

字段值

注解

将属性 MergablePropertyAttribute 标记为 “设置为 false” 时,此属性的值将设置为常量成员 No。 因此,如果要检查属性是否在代码中设置为此值,则必须将属性指定为 MergablePropertyAttribute.No

适用于

另请参阅