VectorCollection.Remove(Vector) Methode

Definition

Entfernt das erste Vorkommen des angegebenen Vector Aus.VectorCollection

public:
 virtual bool Remove(System::Windows::Vector value);
public bool Remove(System.Windows.Vector value);
abstract member Remove : System.Windows.Vector -> bool
override this.Remove : System.Windows.Vector -> bool
Public Function Remove (value As Vector) As Boolean

Parameter

value
Vector

The Vector to remove from the VectorCollection.

Gibt zurück

true if value was removed from the VectorCollection; otherwise, false.

Implementiert

Ausnahmen

Dies VectorCollection ist schreibgeschützt.

-oder-

Die VectorCollection Größe hat eine feste Größe.

Gilt für:

Weitere Informationen