Compartir a través de


DiagnosticAnalyzerAttribute Clase

Definición

Coloque este atributo en un tipo para que se considere un analizador de diagnóstico.

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
Herencia
DiagnosticAnalyzerAttribute
Atributos

Constructores

DiagnosticAnalyzerAttribute(String, String[])

Constructor de atributos usado para especificar la aplicación automática de un analizador de diagnóstico.

Propiedades

Languages

Idiomas de origen a los que se aplica este analizador. Vea LanguageNames.

Se aplica a