Dictionary.ReadOnly 属性

定义

如果指定的词典无法更改,则该属性为 True

public:
 property bool ReadOnly { bool get(); };
public bool ReadOnly { get; }
member this.ReadOnly : bool
Public ReadOnly Property ReadOnly As Boolean

属性值

注解

活动语法、断字、拼写和同义词库字典是只读的。 自定义字典是可读/写的。

适用于