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.

ValueMap::SetParameterValue Method (String^, Object^)

 

Sets the value of the corresponding named parameter.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
void SetParameterValue(
	String^ parameterName,
	Object^ parameterValue
)

Parameters

parameterName
Type: System::String^

The name of the parameter.

parameterValue
Type: System::Object^

The value for the parameter.

Return to top
Show: