IDTWizard Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface must be implemented in a component for it to act as a wizard.
public interface class IDTWizard
public interface class IDTWizard
__interface IDTWizard
[System.Runtime.InteropServices.Guid("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface IDTWizard
[System.Runtime.InteropServices.Guid("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")]
public interface IDTWizard
[<System.Runtime.InteropServices.Guid("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IDTWizard = interface
[<System.Runtime.InteropServices.Guid("E914BBE1-03A4-11D1-BBCD-00A0C90F2744")>]
type IDTWizard = interface
Public Interface IDTWizard
- Derived
- Attributes
Remarks
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.
Methods
Execute(Object, Int32, Object[], Object[], wizardResult) |
Occurs when a wizard is launched from either the Add Item or the New Project dialog box. |
Execute(Object, IntPtr, Object[], Object[], wizardResult) |