LayerD CodeDOM and Zoe Compiler interface
SetZoeErrorListToMap Method (zoeErrors)
NamespacesLayerD.OutputModulesCSZOERenderModuleSetZoeErrorListToMap(IErrorCollection)

[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.
Declaration Syntax
C#Visual BasicVisual C++
public bool SetZoeErrorListToMap(
	IErrorCollection zoeErrors
)
Public Function SetZoeErrorListToMap ( _
	zoeErrors As IErrorCollection _
) As Boolean
public:
virtual bool SetZoeErrorListToMap(
	IErrorCollection^ zoeErrors
) sealed
Parameters
zoeErrors (IErrorCollection)
The collection of errors supplied by Zoe compiler.
Return Value
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.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)