Partager via


_dispBuildEvents.OnBuildProjConfigDone, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Sub OnBuildProjConfigDone ( _
    Project As String, _
    ProjectConfig As String, _
    Platform As String, _
    SolutionConfig As String, _
    Success As Boolean _
)
void OnBuildProjConfigDone(
    string Project,
    string ProjectConfig,
    string Platform,
    string SolutionConfig,
    bool Success
)
void OnBuildProjConfigDone(
    String^ Project, 
    String^ ProjectConfig, 
    String^ Platform, 
    String^ SolutionConfig, 
    bool Success
)
abstract OnBuildProjConfigDone : 
        Project:string * 
        ProjectConfig:string * 
        Platform:string * 
        SolutionConfig:string * 
        Success:bool -> unit
function OnBuildProjConfigDone(
    Project : String, 
    ProjectConfig : String, 
    Platform : String, 
    SolutionConfig : String, 
    Success : boolean
)

Paramètres

  • Project
    Type : String

    Nom du projet.

  • ProjectConfig
    Type : String

    Nom de la configuration du projet.

  • Platform
    Type : String

    Nom de la plateforme.

  • SolutionConfig
    Type : String

    Nom de la configuration de solution.

  • Success
    Type : Boolean

    Indique si la tâche a été correctement effectuée.

Sécurité .NET Framework

Voir aussi

Référence

_dispBuildEvents Interface

EnvDTE, espace de noms