RequiresProvidesDirectiveProcessor.StartProcessingRun Method

Definition

Starts processing run.

public:
 override void StartProcessingRun(System::CodeDom::Compiler::CodeDomProvider ^ languageProvider, System::String ^ templateContents, System::CodeDom::Compiler::CompilerErrorCollection ^ errors);
public override void StartProcessingRun (System.CodeDom.Compiler.CodeDomProvider languageProvider, string templateContents, System.CodeDom.Compiler.CompilerErrorCollection errors);
override this.StartProcessingRun : System.CodeDom.Compiler.CodeDomProvider * string * System.CodeDom.Compiler.CompilerErrorCollection -> unit
Public Overrides Sub StartProcessingRun (languageProvider As CodeDomProvider, templateContents As String, errors As CompilerErrorCollection)

Parameters

languageProvider
CodeDomProvider

Target language provider.

templateContents
String

The contents of the template being processed

errors
CompilerErrorCollection

colelction to report processing errors in

Applies to