BrowserWindow.Launch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Launch() | |
Launch(String[]) | |
Launch(Uri) |
Launch()
public:
static Microsoft::VisualStudio::TestTools::UITesting::BrowserWindow ^ Launch();
public static Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow Launch ();
static member Launch : unit -> Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
Public Shared Function Launch () As BrowserWindow
Returns
Applies to
Launch(String[])
public:
static Microsoft::VisualStudio::TestTools::UITesting::BrowserWindow ^ Launch(... cli::array <System::String ^> ^ arguments);
public static Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow Launch (params string[] arguments);
static member Launch : string[] -> Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
Public Shared Function Launch (ParamArray arguments As String()) As BrowserWindow
Parameters
- arguments
- String[]
Returns
Applies to
Launch(Uri)
public:
static Microsoft::VisualStudio::TestTools::UITesting::BrowserWindow ^ Launch(Uri ^ uri);
public static Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow Launch (Uri uri);
static member Launch : Uri -> Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
Public Shared Function Launch (uri As Uri) As BrowserWindow
Parameters
- uri
- Uri