TextTransformation::Warning Method (String^)

 

Creates a new warning to store information about errors that occur during the text template transformation process.

Namespace:   Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)

public:
void Warning(
	String^ message
)

Parameters

message
Type: System::String^

A message that describes the warning.

Adds the warning to the collection of Errors for the text template transformation process. Sets the line number of the error to -1, and the column number of the error to -1 by default.

The following code example demonstrates calling the Warning method from a text template. Paste this code into any text template file and run the text template transformation to see the results. The warning will appear in the Error List.

No code example is currently available or this language may not be supported.
Return to top
Show: