다음을 통해 공유


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찾을 문자열입니다.

반환

StringValues내의 item 처음 발견되는 인덱스(있는 경우)의 인덱스(0부터 시작)입니다. 그렇지 않으면 -1입니다.

구현

적용 대상