GeneratorAttributeSyntaxContext.Attributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AttributeData上の一致する属性に対して s を指定します TargetSymbol。 常に空でない。 これらの属性はすべて、完全修飾名メタデータ名が要求されたForAttributeWithMetadataName<T>(String, Func<SyntaxNode,CancellationToken,Boolean>, Func<GeneratorAttributeSyntaxContext,CancellationToken,T>)名前と一致する名前を持AttributeClassつことになります。
属性の一覧全体を取得するには、次を使用 GetAttributes() します TargetSymbol。
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.AttributeData> Attributes { get; }
member this.Attributes : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.AttributeData>
Public ReadOnly Property Attributes As ImmutableArray(Of AttributeData)
プロパティ値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET