Share via


ImageList.ImageCollection.IList.Contains(Object) Yöntem

Tanım

Contains(Object) yöntemini uygular. Her durumda bir NotSupportedException atar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

imagevalue
Object

içinde ImageList.ImageCollectionbulunacak görüntü.

Döndürülenler

trueObject içinde bulunursaIList; değilse, false.

Uygulamalar

Özel durumlar

Her durumda.

Şunlara uygulanır