Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.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.