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입니다.

구현

특성

설명

목록의 크기가 고정 되어 있으면 해당 수 없도록를 추가 하거나 제거할 요소의 목록을 만든 후 기존 요소를 수정할 수 있습니다.

적용 대상