The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestBase::ReplaceParameter Method (String^, String^)
Finds all instances where the provided parameter is used in actions, deletes any iteration data for each instance, and replaces it by using the provided literal text.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- parameterName
-
Type:
System::String^
The name of the parameter to replace. If this name is empty, the method does nothing.
- text
-
Type:
System::String^
The text with which to replace the parameter reference. An empty string deletes the parameter reference from the actions.
If there is no parameter with the given "fromName" this method does nothing
This can also be used as delete, by passing an empty string as the replacement text.
Show: