Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: StringThe name of the parameter to remove.
Return Value
Type: 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.