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 (array<String^>^)

 

Adds a property expression to the collection for each pair in the provided array of name-value pairs.

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

public:
void Add(
	... array<String^>^ nameValuePairs
)

Parameters

nameValuePairs
Type: array<System::String^>^

An array of name-value pairs.

The default operator is equality, which means that the value of the property that has the given name is equal to the provided property value.

Return to top
Show: