BuildOnlyDiagnosticCodesAddedEventArgs 类

定义

事件的事件参数,指示只添加生成诊断代码。

[System.Runtime.Serialization.DataContract]
public class BuildOnlyDiagnosticCodesAddedEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type BuildOnlyDiagnosticCodesAddedEventArgs = class
    inherit EventArgs
Public Class BuildOnlyDiagnosticCodesAddedEventArgs
Inherits EventArgs
继承
BuildOnlyDiagnosticCodesAddedEventArgs
属性

构造函数

BuildOnlyDiagnosticCodesAddedEventArgs()

事件的事件参数,指示只添加生成诊断代码。

属性

Codes

Code获取仅来自生成错误的 。

DiagnosticManagerId

获取定义仅生成代码的管理器的 ID。

适用于