ListSortDescriptionCollection.IList.IsFixedSize Propriedade

Definição

Recebe um valor que indica se a coleção tem um tamanho fixo.

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 Propriedade

true Em todos os casos.

Implementações

Observações

A coleção é apenas leitura depois de construída e, por isso, terá sempre um tamanho fixo.

Aplica-se a