IVsWebBrowsingService Interface
Visual Studio 2015
Enables a package to create and control a Web browsing session. You can get an instance of this interface from the SVsWebBrowsingService (SID_SVsWebBrowsingService) service.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CreateExternalWebBrowser(UInt32, VSPREVIEWRESOLUTION, String) | Create an instance of an external Web browser. |
![]() | CreateWebBrowser(UInt32, Guid, String, String, IVsWebBrowserUser, IVsWebBrowser, IVsWindowFrame) | Create an instance of a Web browser within the Visual Studio user interface. |
![]() | CreateWebBrowserEx(UInt32, Guid, UInt32, String, String, IVsWebBrowserUser, IVsWebBrowser, IVsWindowFrame) | Create an instance of a Web browser. Extension of the CreateWebBrowser method. |
![]() | GetFirstWebBrowser(Guid, IVsWindowFrame, IVsWebBrowser) | Get the first available Web browser. |
![]() | GetWebBrowserEnum(Guid, IEnumWindowFrames) | Get an enumerator for the current Web browsers. |
![]() | Navigate(String, UInt32, IVsWindowFrame) | Navigates to the specified URL. |
Show:
