Share via


PropertyExpressionObservableCollection.Remove Method (String)

Remove PropertyExpression with the given name 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 ( _
    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: String

    Property name to remove.

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

PropertyExpressionObservableCollection Class

Remove Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace