VectorCollection.IndexOf(Vector) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
決定 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
要在 VectorCollection 中尋找的 Vector。
傳回
如果在 VectorCollection 中找到,為 value
的索引,否則為 -1。