IWizard Methods

 

Namespace:   Microsoft.VisualStudio.TemplateWizard
Assembly:  Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)

NameDescription
System_CAPS_pubmethodBeforeOpeningFile(ProjectItem^)

Runs custom wizard logic before opening an item in the template.

System_CAPS_pubmethodProjectFinishedGenerating(Project^)

Runs custom wizard logic when a project has finished generating.

System_CAPS_pubmethodProjectItemFinishedGenerating(ProjectItem^)

Runs custom wizard logic when a project item has finished generating.

System_CAPS_pubmethodRunFinished()

Runs custom wizard logic when the wizard has completed all tasks.

System_CAPS_pubmethodRunStarted(Object^, Dictionary<String^, String^>^, WizardRunKind, array<Object^>^)

Runs custom wizard logic at the beginning of a template wizard run.

System_CAPS_pubmethodShouldAddProjectItem(String^)

Indicates whether the specified project item should be added to the project.

Return to top
Show: