CriticalBuildMessageEventArgs Class
Contains arguments for critical message events. These always have high importance.
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)
System::EventArgs
Microsoft.Build.Framework::BuildEventArgs
Microsoft.Build.Framework::LazyFormattedBuildEventArgs
Microsoft.Build.Framework::BuildMessageEventArgs
Microsoft.Build.Framework::CriticalBuildMessageEventArgs
| Name | Description | |
|---|---|---|
![]() | CriticalBuildMessageEventArgs() | Default constructor 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. |
![]() | CriticalBuildMessageEventArgs(String^, String^, String^, Int32, Int32, Int32, Int32, String^, String^, String^) | 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. |
![]() | CriticalBuildMessageEventArgs(String^, String^, String^, Int32, Int32, Int32, Int32, String^, String^, String^, DateTime) | This constructor allows timestamp to be set 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. |
![]() | CriticalBuildMessageEventArgs(String^, String^, String^, Int32, Int32, Int32, Int32, String^, String^, String^, DateTime, array<Object^>^) | This constructor allows timestamp to be set 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. |
| Name | Description | |
|---|---|---|
![]() | BuildEventContext | Gets or sets location contextual information. This is attached to logging events to define where they are located in relation to the process, engine, project, target, or task that is executing. 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.(Inherited from BuildEventArgs.) |
![]() | Code | Code associated with event. 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.(Inherited from BuildMessageEventArgs.) |
![]() | ColumnNumber | Column number of interest in associated file. 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.(Inherited from BuildMessageEventArgs.) |
![]() | EndColumnNumber | Ending column number of interest in associated file. 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.(Inherited from BuildMessageEventArgs.) |
![]() | EndLineNumber | Ending line number of interest in associated file. 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.(Inherited from BuildMessageEventArgs.) |
![]() | File | File associated with event. 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.(Inherited from BuildMessageEventArgs.) |
![]() | HelpKeyword | Gets the Help keyword for the event. 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.(Inherited from BuildEventArgs.) |
![]() | Importance | Gets the importance of the event. 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.(Inherited from BuildMessageEventArgs.) |
![]() | LineNumber | Line number of interest in associated file. 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.(Inherited from BuildMessageEventArgs.) |
![]() | Message | Gets the formatted message. 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.(Inherited from LazyFormattedBuildEventArgs.) |
![]() | ProjectFile | The project which was building when the message was issued. 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.(Inherited from BuildMessageEventArgs.) |
![]() | SenderName | Gets the name of the Object raising the event. 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.(Inherited from BuildEventArgs.) |
![]() | Subcategory | The custom sub-type of the event. 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.(Inherited from BuildMessageEventArgs.) |
![]() | ThreadId | Gets an integer identifier for the thread that raised the event. 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.(Inherited from BuildEventArgs.) |
![]() | Timestamp | Gets the time the event was raised as a DateTime. 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.(Inherited from BuildEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


