IWizard.ProjectFinishedGenerating Method

Runs custom wizard logic when a project has finished generating.

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

Syntax

'Declaration
Sub ProjectFinishedGenerating ( _
    project As Project _
)
void ProjectFinishedGenerating(
    Project project
)
void ProjectFinishedGenerating(
    Project^ project
)
abstract ProjectFinishedGenerating : 
        project:Project -> unit
function ProjectFinishedGenerating(
    project : Project
)

Parameters

.NET Framework Security

See Also

Reference

IWizard Interface

Microsoft.VisualStudio.TemplateWizard Namespace