GradientStopCollection.Remove(GradientStop) 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.
Supprime la première occurrence de l’élément spécifié GradientStop .GradientStopCollection
public:
virtual bool Remove(System::Windows::Media::GradientStop ^ value);
public bool Remove(System.Windows.Media.GradientStop value);
abstract member Remove : System.Windows.Media.GradientStop -> bool
override this.Remove : System.Windows.Media.GradientStop -> bool
Public Function Remove (value As GradientStop) As Boolean
Paramètres
- value
- GradientStop
À GradientStop supprimer de ce GradientStopCollection.
Retours
true si value elle a été supprimée du GradientStopCollection; sinon, false.