Share via


LaunchApplicationAction Constructor (String)

 

Initializes a new instance of the LaunchApplicationAction class by using the provided executable file name.

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

Syntax

public LaunchApplicationAction(
    string fileName
)
public:
LaunchApplicationAction(
    String^ fileName
)
new : 
        fileName:string -> LaunchApplicationAction
Public Sub New (
    fileName As String
)

Parameters

  • fileName
    Type: System.String

    The full path of the executable file.

See Also

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

Return to top