ResultPropertyValueCollection.IndexOf(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
IndexOf(Object) 方法會擷取這個集合中指定屬性值的索引。
public:
int IndexOf(System::Object ^ value);
public int IndexOf (object value);
public int IndexOf (object? value);
member this.IndexOf : obj -> int
Public Function IndexOf (value As Object) As Integer
參數
- value
- Object
要尋找的屬性值。
傳回
指定屬性值之以零起始的索引。 如果找不到物件,則傳回值為 -1。