Freigeben über


AttributeListSyntax.Attributes Eigenschaft

Definition

Eine durch Komma getrennte Liste von Attributdeklarationen in dieser Attributliste.

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

Eigenschaftswert

Hinweise

Wenn nichts vorhanden ist, wird eine leere Liste zurückgegeben.

Gilt für: