IWizard.ProjectFinishedGenerating Method (Microsoft.VisualStudio.TemplateWizard)

Switch View :
ScriptFree
Template Wizard Interface
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

Visual Basic
Sub ProjectFinishedGenerating ( _
	project As Project _
)
C#
void ProjectFinishedGenerating(
	Project project
)
Visual C++
void ProjectFinishedGenerating(
	Project^ project
)
F#
abstract ProjectFinishedGenerating : 
        project:Project -> unit 

JScript
function ProjectFinishedGenerating(
	project : Project
)

Parameters

project
Type: EnvDTE.Project
The project that finished generating.
.NET Framework Security

See Also

Reference