ConnectionInterfaceCollection.IndexOf(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
搜尋指定的物件,並傳回整個 ConnectionInterfaceCollection 集合中第一個相符項目之以零起始的索引。
public:
int IndexOf(Type ^ value);
public int IndexOf (Type value);
member this.IndexOf : Type -> int
Public Function IndexOf (value As Type) As Integer
參數
- value
- Type
要在集合中尋找的型別。
傳回
整個 value
中第一個出現 ConnectionInterfaceCollection 之以零為起始的索引 (如有找到),否則為 -1。