ITextTemplating Methods
The ITextTemplating type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginErrorSession | Call this method before you process multiple text templates. Each type of error will be reported only once, until you call EndErrorSession. |
|
EndErrorSession | After processing a batch of templates, return to reporting every error. |
|
PreprocessTemplate | Process a text template to produce source code that can be invoked at run time. |
|
ProcessTemplate | Process the template file as a design-time template, so as to produce completed output. |