SuppressedProblemInfo 类

定义

有关特定源被禁止出现的问题的信息。 此信息包括源名称和应禁止其问题的规则。

public sealed class SuppressedProblemInfo
type SuppressedProblemInfo = class
Public NotInheritable Class SuppressedProblemInfo
继承
SuppressedProblemInfo

构造函数

名称 说明
SuppressedProblemInfo(String, RuleConfiguration)

为给定的源名称和规则创建一个SuppressedProblemInfo

属性

名称 说明
Rule

RuleConfiguration获取有关应禁止其问题的规则的信息

SourceName

获取要禁止的源的名称。 这通常是磁盘上文件的路径。

方法

名称 说明
Equals(Object)

Equals(Object)

GetHashCode()

GetHashCode()

适用于