IVsWebBrowser 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.
Manipulates a Web browser. Returned by the CreateWebBrowser(UInt32, Guid, String, String, IVsWebBrowserUser, IVsWebBrowser, IVsWindowFrame) method of the IVsWebBrowsingService interface. You can get an instance of the IVsWebBrowsingService interface from the SVsWebBrowsingService (SID_SVsWebBrowsingService) service.
public interface class IVsWebBrowser
public interface class IVsWebBrowser
__interface IVsWebBrowser
[System.Runtime.InteropServices.Guid("E8B06F50-6D01-11D2-AA7D-00C04F990343")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebBrowser
[System.Runtime.InteropServices.Guid("E8B06F50-6D01-11D2-AA7D-00C04F990343")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebBrowser
[<System.Runtime.InteropServices.Guid("E8B06F50-6D01-11D2-AA7D-00C04F990343")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebBrowser = interface
[<System.Runtime.InteropServices.Guid("E8B06F50-6D01-11D2-AA7D-00C04F990343")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebBrowser = interface
Public Interface IVsWebBrowser
- Attributes
Methods
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. |