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 ObjectIListで見つかった場合は "。それ以外の場合はfalse

実装

例外

いずれの場合も。

適用対象