Suppression Struct
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.
Programmatic suppression of a Diagnostic by a DiagnosticSuppressor.
public struct Suppression : IEquatable<Microsoft.CodeAnalysis.Diagnostics.Suppression>
public struct Suppression
public readonly struct Suppression : IEquatable<Microsoft.CodeAnalysis.Diagnostics.Suppression>
type Suppression = struct
Public Structure Suppression
Implements IEquatable(Of Suppression)
Public Structure Suppression
- Inheritance
-
Suppression
- Implements
Properties
Descriptor |
Descriptor for this suppression. |
SuppressedDiagnostic |
Diagnostic suppressed by this suppression. |
Methods
Create(SuppressionDescriptor, Diagnostic) |
Creates a suppression of a Diagnostic with the given SuppressionDescriptor. |
Equals(Object) | |
Equals(Suppression) | |
GetHashCode() |
Operators
Equality(Suppression, Suppression) | |
Inequality(Suppression, Suppression) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.