IDTWizard Interface
Visual Studio 2005
This interface must be implemented in a component for it to act as a wizard.
Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)
Assembly: EnvDTE (in envdte.dll)
The IDTWizard interface allows you to create wizards that can appear in the AddProject and AddItem dialog boxes. When implemented, it provides one method, Execute, whose code executes when the wizard is activated.
There are additional requirements for creating wizards. For more information, see Creating a Wizard.