ModelItemCollection.IsFixedSize 屬性

定義

取得值,該值指出集合是否有固定大小。

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

屬性值

Boolean

如果集合為固定大小則為 true,否則為 false

備註

如果集合是唯讀的,則預設的實值 true 會傳回。

適用於