言語

TableColumnCollection.IList.Contains(Object) メソッド

定義

このメンバーの説明については、 Contains(Object)を参照してください。 代わりに、タイプ セーフな Contains(TableColumn) メソッドを使用してください。

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

パラメーター

value
Object

Object内で検索するTableColumnCollection

返品

true ObjectTableColumnCollectionで見つかった場合は "。それ以外の場合はfalse

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 TableColumnCollection インスタンスがIList インターフェイスにキャストされている場合にのみ使用できます。

適用対象