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.

LaunchApplicationAction Constructor (String^, String^)

 

Initializes a new instance of the LaunchApplicationAction class by using the provided executable file name and command line arguments.

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

public:
LaunchApplicationAction(
	String^ fileName,
	String^ arguments
)

Parameters

fileName
Type: System::String^

The full path of the executable file.

arguments
Type: System::String^

A string that contains the command line arguments.

Return to top
Show: