IDebugTextTemplatingEngine Interface
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Interface IDebugTextTemplatingEngine _
Inherits ITextTemplatingEngine
[CLSCompliantAttribute(true)]
public interface IDebugTextTemplatingEngine : ITextTemplatingEngine
[CLSCompliantAttribute(true)]
public interface class IDebugTextTemplatingEngine : ITextTemplatingEngine
[<CLSCompliantAttribute(true)>]
type IDebugTextTemplatingEngine =
interface
interface ITextTemplatingEngine
end
public interface IDebugTextTemplatingEngine extends ITextTemplatingEngine
The IDebugTextTemplatingEngine type exposes the following members.
Methods
Name | Description | |
---|---|---|
PrepareTransformationRun | ||
PreprocessTemplate | (Inherited from ITextTemplatingEngine.) | |
ProcessTemplate | Transforms the contents of a text template file to produce the generated text output. (Inherited from ITextTemplatingEngine.) |
Top