IWizard.ProjectItemFinishedGenerating Method

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

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IWizard Interface

Microsoft.VisualStudio.TemplateWizard Namespace