BitmapEffectCollection.Remove(BitmapEffect) Méthode
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 maintenant obsolète. L'alternative non obsolète est Effect. Supprime la première occurrence du BitmapEffect spécifié de la collection.
public:
virtual bool Remove(System::Windows::Media::Effects::BitmapEffect ^ value);
public bool Remove (System.Windows.Media.Effects.BitmapEffect value);
abstract member Remove : System.Windows.Media.Effects.BitmapEffect -> bool
override this.Remove : System.Windows.Media.Effects.BitmapEffect -> bool
Public Function Remove (value As BitmapEffect) As Boolean
Paramètres
- value
- BitmapEffect
Effet à supprimer de la collection.
Retours
true
si value
a été supprimé ; sinon, false
.