ITextTemplatingEngineHost.LogErrors(CompilerErrorCollection) Methode

Definition

Empfängt eine Auflistung von Fehlern und Warnungen von der Transformations-Engine.

public:
 void LogErrors(System::CodeDom::Compiler::CompilerErrorCollection ^ errors);
public void LogErrors (System.CodeDom.Compiler.CompilerErrorCollection errors);
abstract member LogErrors : System.CodeDom.Compiler.CompilerErrorCollection -> unit
Public Sub LogErrors (errors As CompilerErrorCollection)

Parameter

errors
CompilerErrorCollection

Die CompilerErrorCollection , die von der-Engine an den Host übermittelt wird.

Gilt für