Template Wizard Interface 
IWizard Interface 

Defines the logic for a template wizard extension.

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

Syntax

Visual Basic (Declaration)
Public Interface IWizard
Visual Basic (Usage)
Dim instance As IWizard
C#
public interface IWizard
C++
public interface class IWizard
J#
public interface IWizard
JScript
public interface IWizard
Remarks

Template wizard extensions are run when vsprvs is instantiating a project or item from a template. For more information, see How to: Use Wizards with Project Templates.

See Also

Page view tracker