CheckedListBox.CheckedItemCollection.IList.IsFixedSize Свойство
Определение
Описание этого члена см. в разделе IsFixedSize.For a description of this member, see 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
Значение свойства
Значение false
во всех случаях.false
in all cases.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр CheckedListBox.CheckedItemCollection приведен к типу интерфейса IList.It can be used only when the CheckedListBox.CheckedItemCollection instance is cast to an IList interface.