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 | |
---|---|---|
PreprocessTemplate | ||
ProcessTemplate | Transforms the contents of a text template file to produce the generated text output. |
Top