VSCommands::Browse Field

 

Opens the Web Browser window in Visual Studio.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public:
static initonly RoutedCommand^ Browse

The command parameter for this command is a URI or string containing the URL to be viewed in the Web Browser window. If the parameter is null or empty, the home page specified in Tools > Options > Web Browser is opened.

Return to top
Show: