__VSOSPFLAGS Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class __VSOSPFLAGS
public enum class __VSOSPFLAGS
enum __VSOSPFLAGS
[System.Flags]
public enum __VSOSPFLAGS
[<System.Flags>]
type __VSOSPFLAGS = 
Public Enum __VSOSPFLAGS
Inheritance
__VSOSPFLAGS
Attributes

Fields

OSP_LaunchNewBrowser 16777216

Launches a new browser window.

OSP_LaunchSingleBrowser 1048576

Do not launch multiple browsers, even if multiple browsers have been selected as the default operation.

OSP_LaunchSystemBrowser 65536

Launch the default windows' browsers.

OSP_NoUrlConversion 4096

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 2097152

Valid only with OSP_LaunchSingleBrowser.

OSP_UsePreviewWithDialog 268435456

Choose Previewer with a dialog box.

Remarks

COM Signature

From vsshell.idl:

Applies to