Named parameters call a JScript function or method, and one of the named parameter names does not correspond to a parameter name. This is not allowed since each named parameter name must refer to a parameter name.
![]() |
---|
Named parameters cannot be used when calling functions and methods using JScript. However, JScript functions and methods can be called from other languages (such as Visual Basic) that support named parameters. For more information, see |
To correct this error
-
Provide a parameter name for each named parameter name.