StringValues.IList<String>.IndexOf(String) メソッド

定義

StringValues内の項目の最初の出現位置の 0 から始まるインデックスを返します。

 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内で検索する文字列。

返品

item内で最初にStringValuesが見つかった場合は 0 から始まるインデックス。それ以外の場合は -1。

実装

適用対象