Implemented type must be an interface

An Implements statement does not specify an interface. A class can implement only an interface.

Error ID: BC30232

To correct this error

  1. Ensure that the interface name is spelled correctly.

  2. If the statement specifies a class, consider using the Inherits statement.

See Also

Reference

Implements Statement

Inherits Statement

Other Resources

Inheritance in Visual Basic