GeneratorAttributeSyntaxContext.Attributes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
AttributeDatas pour tous les attributs correspondants sur TargetSymbol. Toujours non vide. Tous ces attributs auront un AttributeClass nom de métadonnées de nom complet correspondant au nom demandé dans ForAttributeWithMetadataName<T>(String, Func<SyntaxNode,CancellationToken,Boolean>, Func<GeneratorAttributeSyntaxContext,CancellationToken,T>).
Pour obtenir la liste complète des attributs, utilisez GetAttributes() sur 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)