UIElementCollection.IList.IsFixedSize 속성

정의

이 형식 또는 멤버는 WPF(Windows Presentation Foundation) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다. 이 멤버에 대한 설명은 IsFixedSize를 참조하세요.

property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
member this.System.Collections.IList.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

속성 값

Boolean

목록의 크기가 고정되어 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상