BitmapEffectCollection.Remove(BitmapEffect) Méthode

Définition

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

Boolean

true si value a été supprimé ; sinon, false.

Implémente

S’applique à