BindingSource.IsFixedSize 屬性

定義

取得值,指出基礎清單是否有固定的大小。

public:
 virtual property bool IsFixedSize { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsFixedSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean

屬性值

Boolean

如果基礎清單有固定大小,則為 true,否則為 false

實作

屬性

備註

如果清單有固定的大小,它不允許在建立清單之後新增或移除元素,但您可以修改現有的元素。

適用於