IVsWebPreview Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Permite que um pacote mostre uma visualização de uma página da Web, normalmente em uma janela filho. Você pode obter uma instância da interface do SVsWebPreview serviço (SID_SVsWebPreview).
public interface class IVsWebPreview
public interface class IVsWebPreview
__interface IVsWebPreview
[System.Runtime.InteropServices.Guid("9EC9BA55-B328-11D2-9A98-00C04F79EFC3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebPreview
[<System.Runtime.InteropServices.Guid("9EC9BA55-B328-11D2-9A98-00C04F79EFC3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebPreview = interface
Public Interface IVsWebPreview
- Atributos
Métodos
| ActivatePreview() |
Ativa a visualização definida por PreviewURL(IVsWebPreviewAction, String) ou PreviewURLEx(IVsWebPreviewAction, String, UInt32, Int32, Int32) . |
| PreviewURL(IVsWebPreviewAction, String) |
Fornece as informações para a versão prévia. Use ActivatePreview() para exibir a visualização. |
| PreviewURLEx(IVsWebPreviewAction, String, UInt32, Int32, Int32) |
Fornece as informações para a versão prévia. Extensão de PreviewURL(IVsWebPreviewAction, String) . Use ActivatePreview() para exibir a visualização. |
| Resize(Int32, Int32) |
Redimensione a janela de visualização. |