ImageList.ImageCollection.IList.Contains(Object) Method

Definition

Implements the Contains(Object) method. Throws a NotSupportedException in all cases.

This API supports the product infrastructure and is not intended to be used directly from your code.

 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

Parameters

imagevalue
Object

The image to locate in the ImageList.ImageCollection.

Returns

true if the Object is found in the IList; otherwise, false.

Implements

Exceptions

In all cases.

Applies to