Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.