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

実装

属性

注釈

リストのサイズが固定されている場合、リストの作成後に要素を追加または削除することはできませんが、既存の要素を変更することはできます。

適用対象