ITextTemplating Methods

Include Protected Members
Include Inherited Members

The ITextTemplating type exposes the following members.

Methods

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

Top

See Also

Reference

ITextTemplating Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace