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

定義

このメソッドの説明については、 Contains(Object) メソッドを参照してください。

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

パラメーター

style
Object

Object内で検索するIList

返品

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

実装

注釈

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

適用対象