IVsWebPreview Interface
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ActivatePreview() | Activates the preview set by PreviewURL or PreviewURLEx. |
![]() | PreviewURL(IVsWebPreviewAction, String) | Provides the information for the preview. Use ActivatePreview to display the preview. |
![]() | PreviewURLEx(IVsWebPreviewAction, String, UInt32, Int32, Int32) | Provides the information for the preview. Extension of PreviewURL. Use ActivatePreview to display the preview. |
![]() | Resize(Int32, Int32) | Resize the preview window. |
Show:
