GradientStopCollection.Remove(GradientStop) Methode

Definition

Entfernt das erste Vorkommen des angegebenen GradientStop aus der 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

Parameter

value
GradientStop

Die GradientStop, die aus der GradientStopCollection entfernt werden soll.

Gibt zurück

true, wenn value aus der GradientStopCollection entfernt wurde, andernfalls false.

Implementiert

Ausnahmen

GradientStopCollection ist schreibgeschützt.

- oder -

GradientStopCollection hat eine feste Größe.

Gilt für:

Weitere Informationen