_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 : StringNom du projet.
ProjectConfig
Type : StringNom de la configuration du projet.
Platform
Type : StringNom de la plateforme.
SolutionConfig
Type : StringNom de la configuration de solution.
Success
Type : BooleanIndique si la tâche a été correctement effectuée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.