Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2010
Visual Studio
IWizard Interface
IWizard Methods
 ProjectFinishedGenerating Method
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
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)
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.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker