ReadOnlyStringCollection.IndexOf(String) 方法

定义

返回指定的 String 对象在此集合中的第一个匹配项的索引。

public:
 int IndexOf(System::String ^ value);
public int IndexOf (string value);
member this.IndexOf : string -> int
Public Function IndexOf (value As String) As Integer

参数

value
String

要在此集合中搜索的 String 对象。

返回

第一个匹配对象的从零开始的索引。 如果此集合的任何成员均不同于 String 对象,则返回 -1。

例外

sitenull

适用于

另请参阅