TextDecorationCollection.ICollection<TextDecoration>.IsReadOnly Propriété

Définition

Obtient une valeur indiquant si la collection est en lecture seule.

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

Valeur de propriété

Boolean

true si TextDecorationCollection est en lecture seule ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de TextDecorationCollection est castée en interface ICollection<T>.

S’applique à