TextTransformation Methods
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | ClearIndent() | Resets the CurrentIndent to an empty string. |
![]() | Dispose() | Releases all resources used by the TextTransformation. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the TextTransformation and optionally releases the managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Error(String^) | Creates a new error to store information about errors that occur during the text template transformation process. |
![]() | Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before it is reclaimed by the garbage collector. Called by the garbage collector.(Overrides Object::Finalize().) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the TextTransformation class. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | PopIndent() | Removes the most recently added text from CurrentIndent. |
![]() | PushIndent(String^) | Adds text to CurrentIndent, which is prefixed to each line of the generated text output. |
![]() | ToString() | (Inherited from Object.) |
![]() | TransformText() | When overridden in a derived class, generates the text output of the transformation. |
![]() | Warning(String^) | Creates a new warning to store information about errors that occur during the text template transformation process. |
![]() | Write(String^) | Appends a copy of the specified string to the generated text output. |
![]() | Write(String^, array<Object^>^) | Appends a formatted string, which contains zero or more format specifications, to the generated text output. Each format specification is replaced by the string representation of a corresponding object argument. |
![]() | WriteLine(String^) | Appends a copy of the specified string and the default line terminator to the generated text output. |
![]() | WriteLine(String^, array<Object^>^) | Appends a formatted string, which contains zero or more format specifications, and the default line terminator, to the generated text output. Each format specification is replaced by the string representation of a corresponding object argument. |

