Compartir a través de


AnalyzerAttribute Clase

Definición

Indica que el Field elemento generado por FieldBuilder para la propiedad de destino debe tener su Analyzer propiedad establecida en el analizador especificado.

[System.AttributeUsage(System.AttributeTargets.Property)]
public class AnalyzerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type AnalyzerAttribute = class
    inherit Attribute
Public Class AnalyzerAttribute
Inherits Attribute
Herencia
AnalyzerAttribute
Atributos

Constructores

AnalyzerAttribute(String)

Indica que se debe usar el analizador especificado.

Propiedades

Name

Nombre del analizador.

Se aplica a