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.
Removes the provided property expression from the collection.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Function Remove ( _
propertyExpression As PropertyExpression _
) As Boolean
public bool Remove(
PropertyExpression propertyExpression
)
public:
virtual bool Remove(
PropertyExpression^ propertyExpression
) sealed
abstract Remove :
propertyExpression:PropertyExpression -> bool
override Remove :
propertyExpression:PropertyExpression -> bool
public final function Remove(
propertyExpression : PropertyExpression
) : boolean
Parameters
- propertyExpression
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpression
A PropertyExpression object to remove from the collection.
Return Value
Type: System.Boolean
true if the property expression was removed; otherwise, false.
Implements
.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