Udostępnij za pośrednictwem


Named arguments cannot match ParamArray parameters

Parameter arrays must be passed by value.

To correct this error

  • Pass the arguments ByVal, rather than by naming them.

See Also

Concepts

Parameter Arrays

Passing Arguments by Value and by Reference

Passing Arguments by Position and by Name