IWizard::ProjectItemFinishedGenerating Method (ProjectItem^)

 

Runs custom wizard logic when a project item has finished generating.

Namespace:   Microsoft.VisualStudio.TemplateWizard
Assembly:  Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)

void ProjectItemFinishedGenerating(
	ProjectItem^ projectItem
)

Parameters

projectItem
Type: EnvDTE::ProjectItem^

The project item that finished generating.

Return to top
Show: