Information
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::RenameParameter Method (String^, String^)

 

Renames a parameter by using the provided parameter name and updates all actions that refer to the referenced parameter.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

void RenameParameter(
	String^ fromName,
	String^ toName
)

Parameters

fromName
Type: System::String^

The name of the parameter to change. If no parameter has this name, the method does nothing.

toName
Type: System::String^

The new name for the parameter.

If there is no parameter with the given "fromName" this method does nothing

Return to top
Show: