VSCommands.Browse Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.