Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
<FlagsAttribute> _
Public Enumeration __VSOSPFLAGS
'Utilisation
Dim instance As __VSOSPFLAGS
[FlagsAttribute]
public enum __VSOSPFLAGS
[FlagsAttribute]
public enum class __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: