AnalyzerAttribute クラス

定義

ターゲット プロパティの Field によって FieldBuilder 生成された が、その Analyzer プロパティを指定したアナライザーに設定する必要があることを示します。

[System.AttributeUsage(System.AttributeTargets.Property)]
public class AnalyzerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type AnalyzerAttribute = class
    inherit Attribute
Public Class AnalyzerAttribute
Inherits Attribute
継承
AnalyzerAttribute
属性

コンストラクター

AnalyzerAttribute(String)

指定したアナライザーを使用する必要があることを示します。

プロパティ

Name

アナライザーの名前。

適用対象