声明为“ReadOnly”的属性不能有“Set”

更新:2007 年 11 月

Set 过程写入属性的值。无法写入 ReadOnly 属性。

**错误 ID:**BC30022

更正此错误

  • 从 Property 语句中移除 ReadOnly 关键字,或从属性体中移除 Set 过程。

请参见

参考

Property 语句

Set 语句 (Visual Basic)

ReadOnly (Visual Basic)