ImageList.ImageCollection.IList.Contains(Object) Метод

Определение

Реализует метод Contains(Object). Во всех случаях вызывает исключение NotSupportedException.

Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.

 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

Параметры

imagevalue
Object

Изображение, расположение которого в ImageList.ImageCollection необходимо определить.

Возвращаемое значение

Значение true, если объект Object найден в IList; в противном случае — значение false.

Реализации

Исключения

Во всех случаях.

Применяется к