IVsWebBrowser Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("E8B06F50-6D01-11D2-AA7D-00C04F990343")]
public interface IVsWebBrowser

NameDescription
System_CAPS_pubmethodGetDocumentInfo(UInt32, Object)

Gets information about the specified document.

System_CAPS_pubmethodNavigate(UInt32, String)

Navigates to web with Visual Studio internal protocol URLs.

System_CAPS_pubmethodNavigateEx(UInt32, String, Object, Object, Object)

Navigates to web with external protocol URLs.

System_CAPS_pubmethodRefresh(UInt32)

Refreshes the browser contents.

System_CAPS_pubmethodStop()

Stops the browser.

Return to top
Show: