GeneratorAttributeSyntaxContext.Attributes 属性

定义

AttributeDatas for any matching attributes on TargetSymbol. 始终为非空。 所有这些属性都有一个 AttributeClass 完全限定的名称元数据名称与所 ForAttributeWithMetadataName<T>(String, Func<SyntaxNode,CancellationToken,Boolean>, Func<GeneratorAttributeSyntaxContext,CancellationToken,T>)请求的名称匹配。

若要获取整个属性列表,请使用 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)

属性值

适用于