IWizard Members
Defines the logic for a template wizard extension.
The following tables list the members exposed by the IWizard type.
| Name | Description | |
|---|---|---|
| BeforeOpeningFile | Runs custom wizard logic before opening an item in the template. |
| ProjectFinishedGenerating | Runs custom wizard logic when a project has finished generating. |
| ProjectItemFinishedGenerating | Runs custom wizard logic when a project item has finished generating. |
| RunFinished | Runs custom wizard logic when the wizard has completed all tasks. |
| RunStarted | Runs custom wizard logic at the beginning of a template wizard run. |
| ShouldAddProjectItem | Indicates whether the specified project item should be added to the project. |