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.
ParameterizedString::ReplaceParameter Method (String^, String^)
Replaces the specified parameter value by using the given replacement text.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- name
-
Type:
System::String^
The name of the parameter to replace the value.
- replacementText
-
Type:
System::String^
The value to put in the parameter.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ParameterizedString^The changed parameterized string.
Show: