ITextTemplatingEngine Interface

The interface for the text template transformation engine.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Interface ITextTemplatingEngine
[CLSCompliantAttribute(true)]
public interface ITextTemplatingEngine
[CLSCompliantAttribute(true)]
public interface class ITextTemplatingEngine
[<CLSCompliantAttribute(true)>]
type ITextTemplatingEngine =  interface end
public interface ITextTemplatingEngine

The ITextTemplatingEngine type exposes the following members.

Methods

  Name Description
Public method PreprocessTemplate
Public method ProcessTemplate Transforms the contents of a text template file to produce the generated text output.

Top

Remarks

To obtain an instance in Visual Studio, use the Text Templating service. For more information, see Invoking Text Transformation in a VS Extension.

See Also

Reference

Microsoft.VisualStudio.TextTemplating Namespace

Engine