IVsDeployableProjectCfg.QueryStatusDeploy(Int32) Méthode

Définition

Détermine si une opération de déploiement s'est terminée avec succès ou non.

public:
 int QueryStatusDeploy([Runtime::InteropServices::Out] int % pfDeployDone);
int QueryStatusDeploy([Runtime::InteropServices::Out] int & pfDeployDone);
public int QueryStatusDeploy (out int pfDeployDone);
abstract member QueryStatusDeploy : int -> int
Public Function QueryStatusDeploy (ByRef pfDeployDone As Integer) As Integer

Paramètres

pfDeployDone
Int32

[out] Indicateur ayant la valeur true si l'opération de déploiement a réussi, et la valeur false si elle a échoué.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsshell. idl :

HRESULT IVsDeployableProjectCfg::QueryStatusDeploy(  
   [out] BOOL *pfDeployDone  
);  

S’applique à