Share via


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)

Overload List

Name Description
System_CAPS_pubmethod CreateAndAddParameter(UIObject, String, String)

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

System_CAPS_pubmethod CreateAndAddParameter(UITestAction, String)

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

See Also

UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top