IDTWizard Interface
Visual Studio 2015
This interface must be implemented in a component for it to act as a wizard.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Execute(Object^, Int32, array<Object^>^, array<Object^>^, wizardResult) | Occurs when a wizard is launched from either the Add Item or the New Project dialog box. |
The IDTWizard interface allows you to create wizards that can appear in the Add Project and Add Item 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 Walkthrough: Creating a Wizard.
Show:
