IWizard Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TemplateWizard
Assembly: Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)
| Name | Description | |
|---|---|---|
![]() | BeforeOpeningFile(ProjectItem^) | Runs custom wizard logic before opening an item in the template. |
![]() | ProjectFinishedGenerating(Project^) | Runs custom wizard logic when a project has finished generating. |
![]() | ProjectItemFinishedGenerating(ProjectItem^) | Runs custom wizard logic when a project item has finished generating. |
![]() | RunFinished() | Runs custom wizard logic when the wizard has completed all tasks. |
![]() | RunStarted(Object^, Dictionary<String^, String^>^, WizardRunKind, array<Object^>^) | Runs custom wizard logic at the beginning of a template wizard run. |
![]() | ShouldAddProjectItem(String^) | Indicates whether the specified project item should be added to the project. |
Show:
