IVsWebBrowsingService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsWebBrowsingService
public interface class IVsWebBrowsingService
__interface IVsWebBrowsingService
[System.Runtime.InteropServices.Guid("E8B06F51-6D01-11D2-AA7D-00C04F990343")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebBrowsingService
[System.Runtime.InteropServices.Guid("E8B06F51-6D01-11D2-AA7D-00C04F990343")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebBrowsingService
[<System.Runtime.InteropServices.Guid("E8B06F51-6D01-11D2-AA7D-00C04F990343")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebBrowsingService = interface
[<System.Runtime.InteropServices.Guid("E8B06F51-6D01-11D2-AA7D-00C04F990343")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebBrowsingService = interface
Public Interface IVsWebBrowsingService
- Attributes
Methods
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(UInt32, Guid, String, String, IVsWebBrowserUser, IVsWebBrowser, IVsWindowFrame) 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. |