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.
Open the system default browser on the given URL.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: StringThe URL to open.
.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.