ValueMap.Remove Method

Removes the parameter that is identified by the given name from the parameter list.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Function Remove ( _
    parameterName As String _
) As Boolean
public bool Remove(
    string parameterName
)
public:
bool Remove(
    String^ parameterName
)
member Remove : 
        parameterName:string -> bool 
public function Remove(
    parameterName : String
) : boolean

Parameters

  • parameterName
    Type: System.String
    The name of the parameter to remove.

Return Value

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

.NET Framework Security

See Also

Reference

ValueMap Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

ParameterList