Share via


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)

Syntax

'Declaration
Public Shared ReadOnly Browse As RoutedCommand
public static readonly RoutedCommand Browse
public:
static initonly RoutedCommand^ Browse
static val Browse: RoutedCommand
public static final var Browse : RoutedCommand

Remarks

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.

.NET Framework Security

See Also

Reference

VSCommands Class

Microsoft.VisualStudio.Shell Namespace