__VSOSPFLAGS Enumeration

 

Opens the standard preview application with a dialog box and launches a new browser.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __VSOSPFLAGS

Member nameDescription
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:

Return to top
Show: