ITestBase.OverrideParameter Method
Overrides the specified parameter, which allows for it to be removed from the steps in this specific test case whereas it retains data about the parameter from other iterations.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub OverrideParameter ( _
parameterName As String _
)
void OverrideParameter(
string parameterName
)
void OverrideParameter(
String^ parameterName
)
abstract OverrideParameter :
parameterName:string -> unit
function OverrideParameter(
parameterName : String
)
Parameters
parameterName
Type: StringThe parameter name.
.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.