BitmapEffectCollection.ICollection<BitmapEffect>.IsReadOnly Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remarque : cette API est désormais 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 la BitmapEffectCollection valeur est en lecture seule ; sinon, false.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance BitmapEffectCollection est convertie en ICollection<T> interface.