Partial method '<methodname>' cannot use the 'Implements' keyword

A partial method definition cannot implement an interface or interface member.

Error ID: BC31439

To correct this error

  • Remove the Implements statement from the partial method definition.

See Also

Concepts

Partial Methods

Implements Keyword and Implements Statement