다음을 통해 공유


ImageList.ImageCollection.Contains(Image) 메서드

정의

지원되지 않습니다. Contains(Object) 메서드는 지정된 개체가 목록에 있는지 여부를 나타냅니다.

public:
 bool Contains(System::Drawing::Image ^ image);
public bool Contains (System.Drawing.Image image);
member this.Contains : System.Drawing.Image -> bool
Public Function Contains (image As Image) As Boolean

매개 변수

image
Image

목록에서 찾을 Image입니다.

반환

Boolean

이미지가 목록에 있으면 true이고, 그렇지 않으면 false입니다.

예외

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

설명

이 메서드 구현은 Contains 예외를 NotSupportedException throw합니다.

적용 대상

추가 정보