The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyExpressionCollection::Contains Method (PropertyExpression^)
Determines whether the collection contains the provided property expression object.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- item
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::PropertyExpression^
A PropertyExpression object.
Return Value
Type: System::Booleantrue if the collection contains the provided property expression object; otherwise, false.
Implements
ICollection<T>::Contains(T)
Show: