Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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)
'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
- parameterName
Type: System.String
The name of the parameter to remove.
Type: System.Boolean
true if the parameter was removed; otherwise, false.
- 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.