IVsWebBrowsingService Methods

 

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

NameDescription
System_CAPS_pubmethodCreateExternalWebBrowser(UInt32, VSPREVIEWRESOLUTION, String^)

Create an instance of an external Web browser.

System_CAPS_pubmethodCreateWebBrowser(UInt32, Guid, String^, String^, IVsWebBrowserUser^, IVsWebBrowser^, IVsWindowFrame^)

Create an instance of a Web browser within the Visual Studio user interface.

System_CAPS_pubmethodCreateWebBrowserEx(UInt32, Guid, UInt32, String^, String^, IVsWebBrowserUser^, IVsWebBrowser^, IVsWindowFrame^)

Create an instance of a Web browser. Extension of the CreateWebBrowser method.

System_CAPS_pubmethodGetFirstWebBrowser(Guid, IVsWindowFrame^, IVsWebBrowser^)

Get the first available Web browser.

System_CAPS_pubmethodGetWebBrowserEnum(Guid, IEnumWindowFrames^)

Get an enumerator for the current Web browsers.

System_CAPS_pubmethodNavigate(String^, UInt32, IVsWindowFrame^)

Navigates to the specified URL.

Return to top
Show: