VsShellUtilities.OpenSystemBrowser Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared Sub OpenSystemBrowser ( _
page As String _
)
public static void OpenSystemBrowser(
string page
)
public:
static void OpenSystemBrowser(
String^ page
)
static member OpenSystemBrowser :
page:string -> unit
public static function OpenSystemBrowser(
page : String
)
Parameters
- page
Type: System.String
.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.