IVsDeployableProjectCfg.QueryStatusDeploy(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
);