PropertyExpressionCollection.Remove Method (String)

Removes the specified 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 ( _
    propertyName As String _
) As Boolean
public bool Remove(
    string propertyName
)
public:
bool Remove(
    String^ propertyName
)
member Remove : 
        propertyName:string -> bool 
public function Remove(
    propertyName : String
) : boolean

Parameters

  • propertyName
    Type: System.String
    The name of the property to remove from the collection.

Return Value

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

.NET Framework Security

See Also

Reference

PropertyExpressionCollection Class

Remove Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace

PropertyExpression