IVsWebBrowsingService Interface

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.

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

Syntax

'Declaration
<GuidAttribute("E8B06F51-6D01-11D2-AA7D-00C04F990343")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebBrowsingService
'Usage
Dim instance As IVsWebBrowsingService
[GuidAttribute("E8B06F51-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface IVsWebBrowsingService
[GuidAttribute(L"E8B06F51-6D01-11D2-AA7D-00C04F990343")]
[InterfaceTypeAttribute()]
public interface class IVsWebBrowsingService
public interface IVsWebBrowsingService

See Also

Reference

IVsWebBrowsingService Members

Microsoft.VisualStudio.Shell.Interop Namespace