Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
virtual void Add(
	PropertyExpression^ propertyExpression
) sealed

Parameters

propertyExpression
Type: Microsoft.VisualStudio.TestTools.UITesting::PropertyExpression^

The PropertyExpression object to add to the collection.

Return to top
Show: