IVsWebBrowser Interface

Manipulates a Web browser. Returned by the CreateWebBrowser method of the IVsWebBrowsingService interface. You can get an instance of the IVsWebBrowsingService 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("E8B06F50-6D01-11D2-AA7D-00C04F990343")> _
Public Interface IVsWebBrowser
‘사용 방법
Dim instance As IVsWebBrowser
[InterfaceTypeAttribute()]
[GuidAttribute("E8B06F50-6D01-11D2-AA7D-00C04F990343")]
public interface IVsWebBrowser
[InterfaceTypeAttribute()]
[GuidAttribute(L"E8B06F50-6D01-11D2-AA7D-00C04F990343")]
public interface class IVsWebBrowser
[<InterfaceTypeAttribute()>]
[<GuidAttribute("E8B06F50-6D01-11D2-AA7D-00C04F990343")>]
type IVsWebBrowser =  interface end
public interface IVsWebBrowser

See Also

Reference

IVsWebBrowser Members

Microsoft.VisualStudio.Shell.Interop Namespace