Template Wizard Interface
IWizard.ProjectFinishedGenerating Method
Runs custom wizard logic when a project has finished generating.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
