Método IVsWebPreviewAction.OnPreviewLoaded (Object)

 

Método chamado quando a janela de visualização carregou em seu documento.

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

Sintaxe

int OnPreviewLoaded(
    object pDispDocument
)
int OnPreviewLoaded(
    Object^ pDispDocument
)
abstract OnPreviewLoaded : 
        pDispDocument:Object -> int
Function OnPreviewLoaded (
    pDispDocument As Object
) As Integer

Parâmetros

  • pDispDocument
    [in] Ponteiro para o IDispatch interface do documento carregado.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsbrowse.idl:

HRESULT IVsWebPreviewAction::OnPreviewLoaded(
   [in] IDispatch* pDispDocument
);

Consulte também

Interface IVsWebPreviewAction
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo