BuildMessageEventArgs Constructor (String^, String^, String^, Int32, Int32, Int32, Int32, String^, String^, String^, MessageImportance)
Visual Studio 2015
This constructor allows all event data to be initialized
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^ subcategory, String^ code, String^ file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, String^ message, String^ helpKeyword, String^ senderName, MessageImportance importance )
Parameters
- subcategory
-
Type:
System::String^
event subcategory
- code
-
Type:
System::String^
event code
- file
-
Type:
System::String^
file associated with the event
- lineNumber
-
Type:
System::Int32
line number (0 if not applicable)
- columnNumber
-
Type:
System::Int32
column number (0 if not applicable)
- endLineNumber
-
Type:
System::Int32
end line number (0 if not applicable)
- endColumnNumber
-
Type:
System::Int32
end column number (0 if not applicable)
- message
-
Type:
System::String^
text message
- helpKeyword
-
Type:
System::String^
help keyword
- senderName
-
Type:
System::String^
name of event sender
- importance
-
Type:
Microsoft.Build.Framework::MessageImportance
importance of the message
Show: