BrowsableAttribute.No 字段

定义

指定一个属性或事件在设计时不能修改。 此 static 字段是只读的。

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

字段值

注解

使用 值的false构造函数标记属性BrowsableAttribute时,此属性设置为常量成员 No。 因此,在检查是否在代码中将属性设置为此值时,必须将 特性指定为 BrowsableAttribute.No

适用于

另请参阅