Method '<methodname>' is already declared in interface '<interfacename>'

You have declared an interface method a second time, duplicating it.

Error ID: BC30377

To correct this error

  • Remove the duplicated declaration.

See Also

Concepts

Interface Implementation Examples in Visual Basic