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::Add Method (PropertyExpression^)
Adds the provided property expression to the collection.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- propertyExpression
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::PropertyExpression^
The PropertyExpression object to add to the collection.
Implements
ICollection<T>::Add(T)
Show: