PropertyExpressionCollection.Remove Method (PropertyExpression)
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.PropertyExpressionA PropertyExpression object to remove from the collection.
Return Value
Type: Boolean
true if the property expression was removed; otherwise, false.
Implements
ICollection.Remove(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