AttributeListSyntax.Attributes Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.