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::RenameParameter Method (String^, String^)
Renames the specified parameter by using the given new name and returns the changed parameterized string.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- parameterName
-
Type:
System::String^
The name of the parameter to rename.
- newName
-
Type:
System::String^
The new name for the parameter.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ParameterizedString^The changed parameterized strings.
Show: