PropertyExpressionObservableCollection.Remove Method (PropertyExpression)

Removes the PropertyExpression with the same name, value and operator from the collection

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Function Remove ( _
    propertyExpression As PropertyExpression _
) As Boolean
public bool Remove(
    PropertyExpression propertyExpression
)
public:
bool Remove(
    PropertyExpression^ propertyExpression
)
member Remove : 
        propertyExpression:PropertyExpression -> bool
public function Remove(
    propertyExpression : PropertyExpression
) : boolean

Parameters

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

PropertyExpressionObservableCollection Class

Remove Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace