PropertyExpressionCollection.Contains 方法 (PropertyExpression)

确定集合是否包含所提供的属性表达式对象。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
Public Function Contains ( _
    item As PropertyExpression _
) As Boolean
public bool Contains(
    PropertyExpression item
)
public:
virtual bool Contains(
    PropertyExpression^ item
) sealed
abstract Contains : 
        item:PropertyExpression -> bool  
override Contains : 
        item:PropertyExpression -> bool
public final function Contains(
    item : PropertyExpression
) : boolean

参数

返回值

类型:Boolean
如果该集合包含所提供的属性表达式对象,则为 true;否则为 false。

实现

ICollection.Contains(UTP)

.NET Framework 安全性

请参阅

参考

PropertyExpressionCollection 类

Contains 重载

Microsoft.VisualStudio.TestTools.UITesting 命名空间

PropertyExpression