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

 

Parameterizes an action and creates the parameter.

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

NameDescription
System_CAPS_pubmethodCreateAndAddParameter(UIObject^, String^, String^)

Parameterizes an action and creates the parameter by using the provided UI test object, property name, and parameter name.

System_CAPS_pubmethodCreateAndAddParameter(UITestAction^, String^)

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

Return to top
Show: