SuppressedProblemInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about a problem being suppressed for a particular source. This information includes the source name and the rule whose problems should be suppressed.
public sealed class SuppressedProblemInfo
type SuppressedProblemInfo = class
Public NotInheritable Class SuppressedProblemInfo
- Inheritance
-
SuppressedProblemInfo
Constructors
SuppressedProblemInfo(String, RuleConfiguration) |
Creates a SuppressedProblemInfo for a given source name and rule |
Properties
Rule |
Gets a RuleConfiguration with information about the rule whose problems should be suppressed |
SourceName |
Gets the name of the source to be suppressed. This is commonly the path to a file on disk. |
Methods
Equals(Object) | |
GetHashCode() |