BrowserWindow.Launch Method (array<String )
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Function Launch ( _
ParamArray arguments As String() _
) As BrowserWindow
public static BrowserWindow Launch(
params string[] arguments
)
public:
static BrowserWindow^ Launch(
... array<String^>^ arguments
)
static member Launch :
arguments:string[] -> BrowserWindow
public static function Launch(
... arguments : String[]
) : BrowserWindow
Parameters
- arguments
Type: array<String[]
Return Value
Type: Microsoft.VisualStudio.TestTools.UITesting.BrowserWindow
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.