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.

UITest::CreateAndAddParameter Method (UITestAction^, String^)

 

Parameterizes an action and creates the parameter by using the provided test action and parameter name.

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

public:
void CreateAndAddParameter(
	UITestAction^ action,
	String^ parameterName
)

Parameters

action
Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^

A UITestAction object to parameterize.

parameterName
Type: System::String^

The name of the parameter.

Return to top
Show: