VectorCollection.IndexOf(Vector) Method

Definition

Determines the index of the specified item in the 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

Parameters

value
Vector

The Vector to locate in the VectorCollection.

Returns

The index of value if found in the VectorCollection; otherwise, -1.

Implements

Applies to

See also