UIElementCollection.IList.Contains(Object) 方法

定义

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。 有关此成员的说明,请参见 Contains(Object)

 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

要在列表中查找的对象。

返回

Boolean

如果在列表中找到该对象,则为 true;否则为 false

实现

适用于

另请参阅