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

 

Replaces the specified parameter value by using the given replacement text.

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

public:
ParameterizedString^ ReplaceParameter(
	String^ name,
	String^ replacementText
)

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.

Return to top
Show: