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)

Syntax

'Declaration
Public Sub Add ( _
    propertyExpression As PropertyExpression _
)
public void Add(
    PropertyExpression propertyExpression
)
public:
virtual void Add(
    PropertyExpression^ propertyExpression
) sealed
abstract Add : 
        propertyExpression:PropertyExpression -> unit 
override Add : 
        propertyExpression:PropertyExpression -> unit 
public final function Add(
    propertyExpression : PropertyExpression
)

Parameters

Implements

ICollection<T>.Add(T)

.NET Framework Security

See Also

Reference

PropertyExpressionCollection Class

Add Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace

PropertyExpression