TextDecorationCollection.ICollection<TextDecoration>.IsReadOnly Propriedade

Definição

Recebe um valor que indica se a coleção é apenas de leitura.

property bool System::Collections::Generic::ICollection<System::Windows::TextDecoration>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.TextDecoration>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.TextDecoration>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TextDecoration).IsReadOnly

Valor de Propriedade

true se o TextDecorationCollection for só de leitura; caso contrário, false.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a TextDecorationCollection instância é transmitida para uma ICollection<T> interface.

Aplica-se a