TriggerActionCollection.IList.Contains(Object) 方法

定义

此成员支持Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

 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 中定位的 IList

返回

Boolean

如果在 IList 中找到了 Object,则为 true;否则为 false

实现

适用于