다음을 통해 공유


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

‘선언
Public Shared ReadOnly Browse As RoutedCommand
public static readonly RoutedCommand Browse

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