ProjectProblemSuppressor.GetSuppressedProblems Method

Definition

Gets information on what problems will be suppressed. Specifically, a set of SuppressedProblemInfo objects will be returned that defines each combination of a rule being suppressed and the file name for which the rule is suppressed.

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)

Returns

A list of SuppressedProblemInfo objects defining each combination of a rule being suppressed and the file name for which the rule is suppressed

Applies to