BuildMessageEventArgs Constructor (String^, String^, String^, MessageImportance, DateTime)
Visual Studio 2015
Initializes the BuildMessageEventArgs object.
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.Framework (in Microsoft.Build.Framework.dll)
public:
BuildMessageEventArgs(
String^ message,
String^ helpKeyword,
String^ senderName,
MessageImportance importance,
DateTime eventTimestamp
)
Parameters
- message
-
Type:
System::String^
The message text.
- helpKeyword
-
Type:
System::String^
The keyword to link to a help topic.
- senderName
-
Type:
System::String^
The name of the event sender.
- importance
-
Type:
Microsoft.Build.Framework::MessageImportance
The importance of the message
- eventTimestamp
-
Type:
System::DateTime
The data and time associated with the event.
Show: