IVsWebPreview Members
Include Protected Members
Include Inherited Members
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.
The IVsWebPreview type exposes the following members.
Methods
Name | Description | |
---|---|---|
ActivatePreview | Activates the preview set by PreviewURL or PreviewURLEx. | |
PreviewURL | Provides the information for the preview. Use ActivatePreview to display the preview. | |
PreviewURLEx | Provides the information for the preview. Extension of PreviewURL. Use ActivatePreview to display the preview. | |
Resize | Resize the preview window. |
Top