Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies flags for creating a Web browser with the methods of IVsWebBrowsingService.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSCREATEWEBBROWSER
public enum __VSCREATEWEBBROWSER
public enum class __VSCREATEWEBBROWSER
type __VSCREATEWEBBROWSER
public enum __VSCREATEWEBBROWSER
Members
| Member name | Description | |
|---|---|---|
| VSCWB_AddToMRU | Add to most recently used list. | |
| VSCWB_AllowAutosearch | Enable autosearch in browser. | |
| VSCWB_AutoShow | Show the browser. | |
| VSCWB_ForceNew | Force create. | |
| VSCWB_FrameDock | Dock the new browser frame. | |
| VSCWB_FrameFloat | Float the now browser frame. | |
| VSCWB_FrameMdiChild | Default. | |
| VSCWB_NavOptionMask | Hide specified navigation controls. | |
| VSCWB_NoHistory | Do not keep browse history. | |
| VSCWB_NoReadCache | Do not cache read pages. | |
| VSCWB_NoWriteToCache | Do not write to the cache. | |
| VSCWB_OptionCustomDocProps | Use custom document properties. | |
| VSCWB_OptionDisableDockable | Do not enable browser to be dockable. | |
| VSCWB_OptionDisableFind | Disable the Find menu. | |
| VSCWB_OptionDisableStatusBar | Disable the Status bar. | |
| VSCWB_OptionNoDocProps | Disable document properties options. | |
| VSCWB_OptionShowDocProps | Show document properties options. | |
| VSCWB_OptionsMask | Use Options mask. | |
| VSCWB_ReuseExisting | Reuse an existing browser. | |
| VSCWB_StartCustom | Open the browser at a custom page. | |
| VSCWB_StartHome | Open the browser at the home page. | |
| VSCWB_StartSearch | Open the browser at the search page. | |
| VSCWB_StartURLMask | Lets start URLs conform to a mask. |
Remarks
COM Signature
From vsbrowse.idl: