IDirectiveProcessor.StartProcessingRun Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts a round of directive processing.
public:
void StartProcessingRun(System::CodeDom::Compiler::CodeDomProvider ^ languageProvider, System::String ^ templateContents, System::CodeDom::Compiler::CompilerErrorCollection ^ errors);
public 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
Public 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
The collection to report processing errors in.