TextTransformation::Errors Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
Property Value
Type: System.CodeDom.Compiler::CompilerErrorCollection^A CompilerErrorCollection that contains the errors and warnings raised during the text template transformation process.
Errors that occur during the text template transformation process are stored in this property. The engine passes the errors to the host when it is done processing, and the host can decide how to display them. For example the host can display the errors in the UI or write them to a file. The user should not access this property directly.
Show: