TextTransformation Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentIndent | Gets the current indent text, which is prefixed to each line of the generated text output. |
![]() | Errors | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the error collection for the text template transformation process. |
![]() | GenerationEnvironment | Gets or sets the string that the text template transformation process is using to assemble the generated text output. |
![]() | Session | Gets or sets the current session. A session represents a series of transformations that are executed within the same user command. The session object can be used to transmit information into the code of a text template. |
Show:

