__VSOSPFLAGS Enumeration
Visual Studio 2015
Opens the standard preview application with a dialog box and launches a new browser.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| OSP_LaunchNewBrowser | Launches a new browser window. | |
| OSP_LaunchSingleBrowser | Do not launch multiple browsers, even if multiple browsers have been selected as the default operation. | |
| OSP_LaunchSystemBrowser | Launch the default windows' browsers. | |
| OSP_NoUrlConversion | By default, preview will convert URL to UTF8 and canonicalize it before passing to external browser. No URL conversion is done for internal web browser. | |
| OSP_SkipInternalIfModal | Valid only with OSP_LaunchSingleBrowser. | |
| OSP_UsePreviewWithDialog | Choose Previewer with a dialog box. |
From vsshell.idl:
Show: