Lezen in het Engels

Delen via


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

public bool Remove(
    string parameterName
)

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