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 因為個人化字典不是唯讀的。

適用於