PersonalizationDictionary.IsReadOnly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得個人化字典是否是唯讀的。
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
因為個人化字典不是唯讀的。