IDebugTextTemplatingEngine 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.
public interface class IDebugTextTemplatingEngine : Microsoft::VisualStudio::TextTemplating::ITextTemplatingEngine[System.CLSCompliant(true)]
public interface IDebugTextTemplatingEngine : Microsoft.VisualStudio.TextTemplating.ITextTemplatingEngine[<System.CLSCompliant(true)>]
type IDebugTextTemplatingEngine = interface
    interface ITextTemplatingEnginePublic Interface IDebugTextTemplatingEngine
Implements ITextTemplatingEngine- Derived
- Attributes
- Implements
Methods
| PrepareTransformationRun(String, ITextTemplatingEngineHost, IDebugTransformationRunFactory) | |
| PreprocessTemplate(String, ITextTemplatingEngineHost, String, String, String, String[]) | (Inherited from ITextTemplatingEngine) | 
| ProcessTemplate(String, ITextTemplatingEngineHost) | Transforms the contents of a text template file to produce the generated text output.(Inherited from ITextTemplatingEngine) |