VectorCollection.IndexOf(Vector) Metoda

Definicja

Określa indeks określonego elementu w elemencie VectorCollection.

public:
 virtual int IndexOf(System::Windows::Vector value);
public int IndexOf (System.Windows.Vector value);
abstract member IndexOf : System.Windows.Vector -> int
override this.IndexOf : System.Windows.Vector -> int
Public Function IndexOf (value As Vector) As Integer

Parametry

value
Vector

Element Vector do zlokalizowania w obiekcie VectorCollection.

Zwraca

Int32

Indeks if value found in the VectorCollection; w przeciwnym razie -1.

Implementuje

Dotyczy

Zobacz też