IVsDeployStatusCallback.OnEndDeploy(Int32) Méthode

Définition

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

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 IVsDeployStatusCallback::OnEndDeploy(  
   [in]BOOL fSuccessful  
);  

S’applique à