IVsWebBrowsingService Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
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:
