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()

適用対象