ImageList.ImageCollection.IList.IndexOf(Object) 메서드

정의

IndexOf(Object) 메서드를 구현합니다. 모든 경우에 NotSupportedException을(를) throw합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

 virtual int System.Collections.IList.IndexOf(System::Object ^ image) = System::Collections::IList::IndexOf;
 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object image);
int IList.IndexOf (object value);
int IList.IndexOf (object? value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (image As Object) As Integer Implements IList.IndexOf
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

매개 변수

imagevalue
Object

목록에서 찾을 이미지입니다.

반환

Int32

목록에 있으면 value의 인덱스이고, 그렇지 않으면 -1입니다.

구현

예외

모든 경우

적용 대상