IVsDeployStatusCallback.OnEndDeploy(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.
Indique à l'environnement qu'une opération de déploiement s'est terminée.
public:
int OnEndDeploy(int fSuccessful);
public:
int OnEndDeploy(int fSuccessful);
int OnEndDeploy(int fSuccessful);
public int OnEndDeploy (int fSuccessful);
abstract member OnEndDeploy : int -> int
Public Function OnEndDeploy (fSuccessful As Integer) As Integer
Paramètres
- fSuccessful
- Int32
[in] Indicateur ayant la valeur true si l'opération de déploiement s'est déroulée correctement.
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 IVsDeployStatusCallback::OnEndDeploy(
[in]BOOL fSuccessful
);