Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public void CreateAndAddParameter(
UITestAction action,
string parameterName
)
public:
void CreateAndAddParameter(
UITestAction^ action,
String^ parameterName
)
member CreateAndAddParameter :
action:UITestAction *
parameterName:string -> unit
Public Sub CreateAndAddParameter (
action As UITestAction,
parameterName As String
)
Parameters
action
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionA UITestAction object to parameterize.
parameterName
Type: System.StringThe name of the parameter.
See Also
UITestAction
CreateAndAddParameter Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top