PersonalizationDictionary.IsFixedSize 屬性

定義

取得個人化字典是否為固定大小。

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

屬性值

Boolean

所有情況下都是 false

實作

備註

false因為個人化字典的大小不固定,所以這個屬性一律會傳回。

適用於