Partager via


AttributeListSyntax.Attributes Propriété

Définition

Obtient la liste de déclaration d’attribut.

public:
 property Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeSyntax ^> Attributes { Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeSyntax ^> get(); };
public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax> Attributes { get; }
member this.Attributes : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeSyntax>
Public ReadOnly Property Attributes As SeparatedSyntaxList(Of AttributeSyntax)

Valeur de propriété

S’applique à