Partilhar via


AnalyzerAttribute Classe

Definição

Indica que o Field gerado por FieldBuilder para a propriedade de destino deve ter sua Analyzer propriedade definida como o analisador 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
Herança
AnalyzerAttribute
Atributos

Construtores

AnalyzerAttribute(String)

Indica que o analisador especificado deve ser usado.

Propriedades

Name

O nome do analisador.

Aplica-se a