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

Return Value

Type: System.Boolean
true if the property expression was removed; otherwise, false.

Implements

ICollection<T>.Remove(T)

.NET Framework Security

See Also

Reference

PropertyExpressionCollection Class

Remove Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace

PropertyExpression