IVsWebBrowsingService Members
Include Protected Members
Include Inherited Members
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.
The IVsWebBrowsingService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateExternalWebBrowser | Create an instance of an external Web browser. | |
CreateWebBrowser | Create an instance of a Web browser within the Visual Studio user interface. | |
CreateWebBrowserEx | Create an instance of a Web browser. Extension of the CreateWebBrowser method. | |
GetFirstWebBrowser | Get the first available Web browser. | |
GetWebBrowserEnum | Get an enumerator for the current Web browsers. | |
Navigate |
Top