VectorCollection.Remove(Vector) Metoda

Definicja

Usuwa pierwsze wystąpienie określonego Vector elementu z .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

Parametry

value
Vector

Element Vector do usunięcia z obiektu VectorCollection.

Zwraca

Boolean

truejeśli value element został usunięty z obiektu VectorCollection; w przeciwnym razie . false

Implementuje

Wyjątki

Element VectorCollection jest tylko do odczytu.

-lub- Element VectorCollection ma stały rozmiar.

Dotyczy

Zobacz też