Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
propertyExpression
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionThe PropertyExpression object to add to the collection.
Implements
ICollection.Add(UTP)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyExpressionCollection Class