DesignerAutoFormatCollection.IList.IsFixedSize Propriedade

Definição

Obtém um valor que indica se a coleção tem um tamanho fixo quando o objeto DesignerAutoFormatCollection é convertido para uma interface 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 da propriedade

Boolean

Sempre false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando o DesignerAutoFormatCollection objeto é convertido em uma IList interface.

Aplica-se a

Confira também