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.

ParameterizedString::RenameParameter Method (String^, String^)

 

Renames the specified parameter by using the given new name and returns the changed parameterized string.

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

public:
ParameterizedString^ RenameParameter(
	String^ parameterName,
	String^ newName
)

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.

Return to top
Show: