ProjectProblemSuppressor.GetSuppressedProblems メソッド

定義

抑制される問題に関する情報を取得します。 具体的には、抑制するルールの各組み合わせと、ルールが抑制されるファイル名を定義する一連の SuppressedProblemInfo オブジェクトが返されます。

public System.Collections.Generic.IList<Microsoft.SqlServer.Dac.CodeAnalysis.SuppressedProblemInfo> GetSuppressedProblems();
member this.GetSuppressedProblems : unit -> System.Collections.Generic.IList<Microsoft.SqlServer.Dac.CodeAnalysis.SuppressedProblemInfo>
Public Function GetSuppressedProblems () As IList(Of SuppressedProblemInfo)

返品

抑制されるルールの各組み合わせを定義する SuppressedProblemInfo オブジェクトと、そのルールが抑制されるファイル名の一覧

適用対象