[This is preliminary documentation and is subject to change.]
Called by Zoe compiler with an error list when need the generation
of debug intermediate render file.
If the Zoe output module does not support this mode return false,
otherwise return true and generate intermediate debug render file
and update error list adding one more error for each error in the
collection to match the generated output lines/columns numbers.

C# | Visual Basic | Visual C++ |
bool SetZoeErrorListToMap( IErrorCollection zoeErrors )
Function SetZoeErrorListToMap ( _ zoeErrors As IErrorCollection _ ) As Boolean
bool SetZoeErrorListToMap( IErrorCollection^ zoeErrors )

- zoeErrors (IErrorCollection)
- The collection of errors supplied by Zoe compiler.

True if the Zoe Output Module support the generation
of intermediate debug file and mapping of errors to generated
code. False if Zoe Output Module does not support this mode.