TextEffectCollection.ICollection<TextEffect>.IsReadOnly Propriété

Définition

Pour obtenir une description de ce membre, consultez IsReadOnly.

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

Valeur de propriété

Boolean

true si TextEffectCollection 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 TextEffectCollection est castée en interface ICollection<T>.

S’applique à