ITextTemplatingEngine Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The interface for the text template transformation engine.
public interface class ITextTemplatingEngine
[System.CLSCompliant(true)]
public interface ITextTemplatingEngine
[<System.CLSCompliant(true)>]
type ITextTemplatingEngine = interface
Public Interface ITextTemplatingEngine
- Derived
- Attributes
Methods
PreprocessTemplate(String, ITextTemplatingEngineHost, String, String, String, String[]) | |
ProcessTemplate(String, ITextTemplatingEngineHost) |
Transforms the contents of a text template file to produce the generated text output. |