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.
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.StringThe full path of the executable file.
See Also
LaunchApplicationAction Overload
LaunchApplicationAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top