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 (String^)
Determines whether the collection contains the provided property expression object.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of a property.
Return Value
Type: System::Booleantrue if the collection contains an item that has the provided property name; otherwise, false.
Show: