'<elementname>' is not a parameter of extension method '<methodname>' defined in '<typename>'

A procedure call supplies an additional argument that is not defined by the extension method.

Error ID: BC36585

To correct this error

  • Remove the superfluous argument from the argument list.

See Also

Concepts

Extension Methods (Visual Basic)

Procedure Parameters and Arguments

Resolving a Reference When Multiple Variables Have the Same Name