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 中找到 style,则为 IList;否则为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 TableLayoutStyleCollection 实例被强制转换为 IList 接口时使用。

适用于