Share via


BuildOnlyDiagnosticCodesAddedEventArgs Class

Definition

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.

Applies to