AutoCompleteStringCollection.IndexOf(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

返回

Int32

指定的项的索引。

注解

返回 IndexOf 集合中字符串的第一个匹配项的索引。

适用于