Implemented Interface Information (Class Wizard)

   

Allows you to manage implemented interfaces and required interface methods for the class you are creating.

The Implemented Interfaces step of the Class Wizard allows you to add interfaces to your class's list of implemented interfaces. When interfaces are added to the list of implemented interfaces, method templates are automatically created in your class for each interface's list of required methods to implement.

With the Implemented Interfaces step of the Class Wizard you can:

Options

Implemented Interfaces

A list of the implemented interfaces for the class you are creating.

Add

Displays the Select Interface dialog box for adding an interface to the list of implemented interfaces for the class you are creating. When an interface is added to the list, the Interface Methods list is updated to reflect the methods required to be implemented by the class, and method templates are created in the class for each method in the list.

Remove

Removes the currently selected interface from the list of implemented interfaces for the class you are creating.

Interface Methods

A list of all the methods for the selected implemented interface.