__VSCREATEWEBBROWSER Enumeration

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

‘선언
Public Enumeration __VSCREATEWEBBROWSER
‘사용 방법
Dim instance As __VSCREATEWEBBROWSER
public enum __VSCREATEWEBBROWSER
public enum class __VSCREATEWEBBROWSER
type __VSCREATEWEBBROWSER
public enum __VSCREATEWEBBROWSER

Members

Member name Description
VSCWB_AutoShow Show the browser.
VSCWB_AddToMRU Add to most recently used list.
VSCWB_ReuseExisting Reuse an existing browser.
VSCWB_ForceNew Force create.
VSCWB_FrameMdiChild Default.
VSCWB_FrameFloat Float the now browser frame.
VSCWB_FrameDock Dock the new browser frame.
VSCWB_StartHome Open the browser at the home page.
VSCWB_StartSearch Open the browser at the search page.
VSCWB_StartCustom Open the browser at a custom page.
VSCWB_NoHistory Do not keep browse history.
VSCWB_NoReadCache Do not cache read pages.
VSCWB_NoWriteToCache Do not write to the cache.
VSCWB_AllowAutosearch Enable autosearch in browser.
VSCWB_OptionNoDocProps Disable document properties options.
VSCWB_OptionShowDocProps Show document properties options.
VSCWB_OptionCustomDocProps Use custom document properties.
VSCWB_OptionDisableFind Disable the Find menu.
VSCWB_OptionDisableDockable Do not enable browser to be dockable.
VSCWB_OptionDisableStatusBar Disable the Status bar.
VSCWB_StartURLMask Lets start URLs conform to a mask.
VSCWB_NavOptionMask Hide specified navigation controls.
VSCWB_OptionsMask Use Options mask.

Remarks

COM Signature

From vsbrowse.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace