Share via


VSCommands.Browse Field

Definition

Opens the Web Browser window in VS.

public: static initonly System::Windows::Input::RoutedCommand ^ Browse;
public static readonly System.Windows.Input.RoutedCommand Browse;
 staticval mutable Browse : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Browse As RoutedCommand 

Field Value

Remarks

The CommandParameter 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.

Applies to