DirectiveProcessor.StartProcessingRun Method

Definition

Begin a round of directive processing

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

Parameters

languageProvider
CodeDomProvider
templateContents
String

the contents of the template being processed

errors
CompilerErrorCollection

collection to report processing errors in

Implements

Applies to