__VSOSPFLAGS Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __VSOSPFLAGS
[FlagsAttribute]
public enum __VSOSPFLAGS
[FlagsAttribute]
public enum class __VSOSPFLAGS
[<FlagsAttribute>]
type __VSOSPFLAGS
public enum __VSOSPFLAGS

Members

Member name Description
OSP_UsePreviewWithDialog Choose Previewer with a dialog box.
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_SkipInternalIfModal Valid only with OSP_LaunchSingleBrowser.
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.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace