共用方式為


StringValues.IList<String>.IndexOf(String) 方法

定義

傳回 StringValues中專案第一次出現之以零起始的索引。

 virtual int System.Collections.Generic.IList<System.String>.IndexOf(System::String ^ item) = System::Collections::Generic::IList<System::String ^>::IndexOf;
int IList<string>.IndexOf (string? item);
abstract member System.Collections.Generic.IList<System.String>.IndexOf : string -> int
override this.System.Collections.Generic.IList<System.String>.IndexOf : string -> int
Function IndexOf (item As String) As Integer Implements IList(Of String).IndexOf

參數

item
String

StringValues中尋找的字串。

傳回

如果找到,則為 StringValues內第一個出現 item 之以零起始的索引;否則為 -1。

實作

適用於