PropertyExpressionObservableCollection.Add Method

Include Protected Members
Include Inherited Members

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[]) Add multiple property, value pairs to property collection. If the property with same name already exists, then updates its value.
Public method Add(PropertyExpression) Add new PropertyExpression to the collection. If the property with same name already exists, then updates its value.
Public method Add(String, String) Add new property, value pair to property collection. If the property with same name already exists, then updates its value.
Public method Add(String, String, PropertyExpressionOperator) Add new property, value pair and a PropertyExpressionOperator to property collection. If the property with same name already exists, then updates its value.

Top

See Also

Reference

PropertyExpressionObservableCollection Class

Microsoft.VisualStudio.TestTools.UITesting Namespace