ResourceDictionary.IsFixedSize 屬性

定義

取得這個 ResourceDictionary 是否為固定大小。

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

屬性值

如果雜湊資料表有固定大小則為 true,否則為 false

實作

備註

預設實作會 Hashtable 傳回預設值,也就是 false

適用於