IVCProjectEngineEvents.ProjectBuildFinished(Object, Int32, Int32, Boolean) 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.
Signifie que la génération d'un projet est terminée.
public:
void ProjectBuildFinished(System::Object ^ Cfg, int warnings, int errors, bool Cancelled);
public:
void ProjectBuildFinished(Platform::Object ^ Cfg, int warnings, int errors, bool Cancelled);
void ProjectBuildFinished(winrt::Windows::Foundation::IInspectable const & Cfg, int warnings, int errors, bool Cancelled);
[System.Runtime.InteropServices.DispId(283)]
public void ProjectBuildFinished (object Cfg, int warnings, int errors, bool Cancelled);
[<System.Runtime.InteropServices.DispId(283)>]
abstract member ProjectBuildFinished : obj * int * int * bool -> unit
Public Sub ProjectBuildFinished (Cfg As Object, warnings As Integer, errors As Integer, Cancelled As Boolean)
Paramètres
- Cfg
- Object
Obligatoire. Configuration.
- warnings
- Int32
Obligatoire. Avertissements.
- errors
- Int32
Obligatoire. Erreurs.
- Cancelled
- Boolean
Obligatoire. true si la génération a été annulée ; sinon false.
- Attributs
Remarques
Les builds appelées par un programme d’automatisation ou par l' Visual Studio environnement de développement intégré (IDE) sont généralement des processus en arrière-plan. ProjectBuildFinished est utile, car elle provoque l’interruption de l’exécution de votre programme jusqu’à ce que la build démarrée par votre programme soit terminée.