Compartir a través de


DesignerAutoFormatCollection.IList.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si la colección tiene un tamaño fijo cuando el objeto DesignerAutoFormatCollection se convierte en una interfaz IList.

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

Boolean

Siempre es false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede usar cuando el DesignerAutoFormatCollection objeto se convierte en una IList interfaz.

Se aplica a

Consulte también