CommandBindingCollection.IsFixedSize 속성

정의

CommandBindingCollection의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

컬렉션의 크기가 고정되어 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

구현

설명

A CommandBindingCollection 크기가 고정된 되지 따라서 IsFixedSize 는 항상 반환 false합니다.

적용 대상