Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Remarks
To obtain an instance in Visual Studio, use the Text Templating service. For more information, see Invoking Text Transformation in a VS Extension.