IVsWebBrowser Interface
Visual Studio 2015
Manipulates a Web browser. Returned by the CreateWebBrowser method of the IVsWebBrowsingService interface. You can get an instance of the IVsWebBrowsingService interface from the SVsWebBrowsingService (SID_SVsWebBrowsingService) service.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetDocumentInfo(UInt32, Object) | Gets information about the specified document. |
![]() | Navigate(UInt32, String) | Navigates to web with Visual Studio internal protocol URLs. |
![]() | NavigateEx(UInt32, String, Object, Object, Object) | Navigates to web with external protocol URLs. |
![]() | Refresh(UInt32) | Refreshes the browser contents. |
![]() | Stop() | Stops the browser. |
Show:
