BuildOnlyDiagnosticCodesAddedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args for the event that indicates build only diagnostic codes are added.
[System.Runtime.Serialization.DataContract]
public class BuildOnlyDiagnosticCodesAddedEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type BuildOnlyDiagnosticCodesAddedEventArgs = class
inherit EventArgs
Public Class BuildOnlyDiagnosticCodesAddedEventArgs
Inherits EventArgs
- Inheritance
-
BuildOnlyDiagnosticCodesAddedEventArgs
- Attributes
Constructors
BuildOnlyDiagnosticCodesAddedEventArgs() |
Properties
Codes |
Gets the Codes that only come from build errors. |
DiagnosticManagerId |
Gets the ID of the manager that is defining the build only codes. |