BuildMessageEventArgs Constructor (String^, String^, String^, MessageImportance, DateTime, array<Object^>^)

 

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.

Namespace:   Microsoft.Build.Framework
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)

public:
BuildMessageEventArgs(
	String^ message,
	String^ helpKeyword,
	String^ senderName,
	MessageImportance importance,
	DateTime eventTimestamp,
	... array<Object^>^ messageArgs
)

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.

messageArgs
Type: array<System::Object^>^

The message arguments.

Return to top
Show: