PersonalizationDictionary.IsReadOnly 属性

定义

获取个性化设置字典是否是只读的。

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

属性值

在所有情况下均为 false

实现

注解

此属性始终返回, false 因为个性化设置字典不是只读的。

适用于