Método IVsDeployableProjectCfg.QueryStatusDeploy (Int32)

 

Determina se ou não uma operação de implantação foi concluída com êxito.

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

Sintaxe

int QueryStatusDeploy(
    out int pfDeployDone
)
int QueryStatusDeploy(
    [OutAttribute] int% pfDeployDone
)
abstract QueryStatusDeploy : 
        pfDeployDone:int byref -> int
Function QueryStatusDeploy (
    <OutAttribute> ByRef pfDeployDone As Integer
) As Integer

Parâmetros

  • pfDeployDone
    [out] Sinalizador estiver definido como true se a operação de implantação foi bem-sucedida e false se não tiver sido bem-sucedida.

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 IVsDeployableProjectCfg::QueryStatusDeploy(
   [out] BOOL *pfDeployDone
);

Consulte também

Interface IVsDeployableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo