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
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("E8B06F51-6D01-11D2-AA7D-00C04F990343")> _
Public Interface IVsWebBrowsingService
'使用
Dim instance As IVsWebBrowsingService
[InterfaceTypeAttribute()]
[GuidAttribute("E8B06F51-6D01-11D2-AA7D-00C04F990343")]
public interface IVsWebBrowsingService
[InterfaceTypeAttribute()]
[GuidAttribute(L"E8B06F51-6D01-11D2-AA7D-00C04F990343")]
public interface class IVsWebBrowsingService
public interface IVsWebBrowsingService