Partager via


DiagnosticAnalyzerAttribute Classe

Définition

Placez cet attribut sur un type pour qu’il soit considéré comme un analyseur de diagnostic.

public ref class DiagnosticAnalyzerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class DiagnosticAnalyzerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type DiagnosticAnalyzerAttribute = class
    inherit Attribute
Public NotInheritable Class DiagnosticAnalyzerAttribute
Inherits Attribute
Héritage
DiagnosticAnalyzerAttribute
Attributs

Constructeurs

DiagnosticAnalyzerAttribute(String, String[])

Constructeur d’attribut utilisé pour spécifier l’application automatique d’un analyseur de diagnostic.

Propriétés

Languages

Langues sources auxquelles cet analyseur s’applique. Consultez LanguageNames.

S’applique à