IVsWebPreview Interface

Enables a package to show a preview of a Web page, typically in a child window. You can get an instance of the interface from the SVsWebPreview (SID_SVsWebPreview) service.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("9EC9BA55-B328-11D2-9A98-00C04F79EFC3")> _
Public Interface IVsWebPreview
‘사용 방법
Dim instance As IVsWebPreview
[InterfaceTypeAttribute()]
[GuidAttribute("9EC9BA55-B328-11D2-9A98-00C04F79EFC3")]
public interface IVsWebPreview
[InterfaceTypeAttribute()]
[GuidAttribute(L"9EC9BA55-B328-11D2-9A98-00C04F79EFC3")]
public interface class IVsWebPreview
[<InterfaceTypeAttribute()>]
[<GuidAttribute("9EC9BA55-B328-11D2-9A98-00C04F79EFC3")>]
type IVsWebPreview =  interface end
public interface IVsWebPreview

See Also

Reference

IVsWebPreview Members

Microsoft.VisualStudio.Shell.Interop Namespace