BitmapEffectCollection.ICollection<BitmapEffect>.IsReadOnly Propriété

Définition

Remarque : cette API est maintenant obsolète. L'alternative non obsolète est Effect. Pour obtenir une description de ce membre, consultez IsReadOnly.

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

Valeur de propriété

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

S’applique à