Partager via


IVCProjectEngineEvents.ProjectBuildFinished, méthode

Signifie que la génération d'un projet est terminée.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Sub ProjectBuildFinished ( _
    Cfg As Object, _
    warnings As Integer, _
    errors As Integer, _
    Cancelled As Boolean _
)
void ProjectBuildFinished(
    Object Cfg,
    int warnings,
    int errors,
    bool Cancelled
)
void ProjectBuildFinished(
    Object^ Cfg, 
    int warnings, 
    int errors, 
    bool Cancelled
)
abstract ProjectBuildFinished : 
        Cfg:Object * 
        warnings:int * 
        errors:int * 
        Cancelled:bool -> unit 
function ProjectBuildFinished(
    Cfg : Object, 
    warnings : int, 
    errors : int, 
    Cancelled : boolean
)

Paramètres

  • Cancelled
    Type : System.Boolean
    Obligatoire. true si la génération était annulée ; sinon false.

Notes

Les générations appelées par une automation programment ou par Visual Studio intégrez (IDE) l'environnement de développement, sont normalement des processus en arrière-plan.l'ProjectBuildFinished est utile parce qu'il provoque votre programme à l'exécution de pause jusqu'à la génération qui a été démarrée par votre programme est finie.

Sécurité .NET Framework

Voir aussi

Référence

IVCProjectEngineEvents Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms