BitmapEffectCollection.IList.IsFixedSize 속성
정의
참고: 이 API는 이제 사용되지 않습니다.Note: This API is now obsolete. 사용되는 대체 항목은 Effect입니다.The non-obsolete alternative is Effect. 이 멤버에 대한 설명은 IsFixedSize를 참조하십시오.For a description of this member, see IsFixedSize.
property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize
속성 값
true
의 크기가 고정되어 있으면 BitmapEffectCollection이고, 그렇지 않으면 false
입니다.true
if the BitmapEffectCollection has a fixed size; otherwise, false
.
구현
설명
이 멤버는 명시적 인터페이스 멤버 구현이며,This member is an explicit interface member implementation. BitmapEffectCollection 인스턴스가 IList 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.It can be used only when the BitmapEffectCollection instance is cast to an IList interface.