Share via


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

.NET Framework Security

See Also

Reference

VsShellUtilities Class

Microsoft.VisualStudio.Shell Namespace