共用方式為


GeneratorAttributeSyntaxContext.Attributes 屬性

定義

AttributeData為 上 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)

屬性值

適用於