Método IVsDeployStatusCallback.OnQueryContinueDeploy (Int32)

 

Notifica o ambiente em que uma operação de implantação está em andamento.

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

Sintaxe

int OnQueryContinueDeploy(
    ref int pfContinue
)
int OnQueryContinueDeploy(
    int% pfContinue
)
abstract OnQueryContinueDeploy : 
        pfContinue:int byref -> int
Function OnQueryContinueDeploy (
    ByRef pfContinue As Integer
) As Integer

Parâmetros

  • pfContinue
    [in, out] Ponteiro para um sinalizador é definido como true se a operação de implantação pode continuar e false se devem ser encerrada.

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 vsshell.idl:

HRESULT IVsDeployStatusCallback::OnQueryContinueDeploy(
   [in,out] BOOL *pfContinue
);

Consulte também

Interface IVsDeployStatusCallback
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo