ReadOnlyAttribute.Yes 字段

定义

指定此特性绑定到的属性为只读,并且不能在服务器资源管理器中修改。 此 static 字段是只读的。

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

字段值

注解

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

适用于

另请参阅