WriteHandler Delegate
Visual Studio 2015
Delegate used for writing a string to some location like the console window or the IDE build window.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Parameters
- message
-
Type:
System::String^
The message to write.
Show: