DesignerOptionService.DesignerOptionCollection.IList.IsReadOnly Propriedade

Definição

Obtém um valor que indica se a coleção é somente leitura.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

Valor da propriedade

true se a coleção for somente leitura; caso contrário, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de DesignerOptionService.DesignerOptionCollection é convertida em uma interface de IList.

Aplica-se a