IVsWebPreviewAction Interface

Defines methods to be called in response to Web preview events. Implement the interface and use it with the Web preview methods PreviewURL and PreviewURLEx of the IVsWebPreview interface.

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

Syntax

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

See Also

Reference

IVsWebPreviewAction Members

Microsoft.VisualStudio.Shell.Interop Namespace