IWizard2 Interface

Definition

public interface class IWizard2 : Microsoft::VisualStudio::TemplateWizard::IWizard
public interface IWizard2 : Microsoft.VisualStudio.TemplateWizard.IWizard
type IWizard2 = interface
    interface IWizard
Public Interface IWizard2
Implements IWizard
Implements

Methods

BeforeOpeningFile(ProjectItem)

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

(Inherited from IWizard)
ProjectFinishedGenerating(Project)

Runs custom wizard logic when a project has finished generating.

(Inherited from IWizard)
ProjectItemFinishedGenerating(ProjectItem)

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

(Inherited from IWizard)
RunFinished()

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

(Inherited from IWizard)
RunStarted(Object, Dictionary<String,String>, WizardRunKind, Object[])

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

(Inherited from IWizard)
RunStarted(Object, Dictionary<String,String>, WizardRunKind, Object[], IVsProject, UInt32)
ShouldAddProjectItem(String)

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

(Inherited from IWizard)

Applies to