PropertyExpressionCollection.Add Method

Include Protected Members
Include Inherited Members

Adds a provided property expression to the collection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(array<String[]) Adds a property expression to the collection for each pair in the provided array of name-value pairs.
Public method Add(PropertyExpression) Adds the provided property expression to the collection.
Public method Add(String, String) Adds a property express to the collection by using the provided property name and property value.
Public method Add(String, String, PropertyExpressionOperator) Adds a property expression by using the provided property name, value, and operator.

Top

See Also

Reference

PropertyExpressionCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace