ReadOnlyAttribute.Default 字段

定义

指定 ReadOnlyAttribute 的默认值,为 No(即此特性绑定到的属性是可读/写的)。 此 static 字段是只读的。

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

字段值

注解

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

适用于

另请参阅