ImageList.ImageCollection.IndexOf(Image) 메서드

정의

지원되지 않습니다. IndexOf(Object) 메서드는 목록에서 지정된 개체의 인덱스를 반환합니다.

public:
 int IndexOf(System::Drawing::Image ^ image);
public int IndexOf (System.Drawing.Image image);
member this.IndexOf : System.Drawing.Image -> int
Public Function IndexOf (image As Image) As Integer

매개 변수

image
Image

목록에서 찾을 Image입니다.

반환

Int32

목록의 이미지에 대한 인덱스입니다.

예외

이 메서드는 지원되지 않습니다.

설명

이 구현은 IndexOf 예외를 NotSupportedException throw합니다.

적용 대상