Partager via


IWizard.ProjectItemFinishedGenerating, méthode

Exécute une logique d'Assistant personnalisée une fois la génération d'un élément de projet terminée.

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

Syntaxe

'Déclaration
Sub ProjectItemFinishedGenerating ( _
    projectItem As ProjectItem _
)
void ProjectItemFinishedGenerating(
    ProjectItem projectItem
)
void ProjectItemFinishedGenerating(
    ProjectItem^ projectItem
)
abstract ProjectItemFinishedGenerating : 
        projectItem:ProjectItem -> unit 
function ProjectItemFinishedGenerating(
    projectItem : ProjectItem
)

Paramètres

  • projectItem
    Type : EnvDTE.ProjectItem
    Élément de projet dont la génération est terminée.

Sécurité .NET Framework

Voir aussi

Référence

IWizard Interface

Microsoft.VisualStudio.TemplateWizard, espace de noms