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)

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

See Also

UITestAction
CreateAndAddParameter Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top