此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 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
要在此集合中搜索的 String 对象。
第一个匹配对象的从零开始的索引。 如果此集合的任何成员均不同于 String 对象,则返回 -1。
site 为 null。
site
null
.NET