Provides data for the IEventSource.MessageRaised event.
See Also: TaskCommandLineEventArgs Members
Microsoft.Build.Framework.TaskCommandLineEventArgs extends Microsoft.Build.Framework.BuildMessageEventArgs so that the command line string used by a task to execute an underlying program can be logged as a message. Logging a command line string is only relevant for tasks that wrap an underlying program or emulate a shell command. Tasks that have no command line equivalent should not raise this extended message event.