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 类