ITextTemplating 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.
Important
This API is not CLS-compliant.
The principal interface of the text template transformation service in Visual Studio, STextTemplating.
public interface class ITextTemplating
[System.CLSCompliant(false)]
public interface ITextTemplating
[<System.CLSCompliant(false)>]
type ITextTemplating = interface
Public Interface ITextTemplating
- Derived
- Attributes
Methods
BeginErrorSession() |
Sets up/resets the system that causes only unique errors to be logged. Also creates an implicit code generation session. |
EndErrorSession() |
Finishes a session using the system that causes only unique errors to be logged. |
PreprocessTemplate(String, String, ITextTemplatingCallback, String, String, String[]) | |
ProcessTemplate(String, String, ITextTemplatingCallback, Object) |