LinkLabel.LinkCollection.IList.IsFixedSize Propiedad
Definición
Para obtener una descripción de este miembro, vea 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
Valor de propiedad
true
si la IList tiene un tamaño fijo; en caso contrario, false
.true
if the IList has a fixed size; otherwise, false
.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de LinkLabel.LinkCollection se convierte en una interfaz IList.It can be used only when the LinkLabel.LinkCollection instance is cast to an IList interface.