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
project
Type: EnvDTE.ProjectThe 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.