VectorCollection.IndexOf(Vector) 方法

定义

确定 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

参数

value
Vector

要在 Vector 中定位的 VectorCollection

返回

Int32

如果在 VectorCollection 中找到,则为 value 的索引;否则为 -1。

实现

适用于

另请参阅