Compartir a través de


IncompleteMemberSyntax.AttributeLists Propiedad

Definición

Obtiene la lista de declaraciones de atributos.

public:
 property Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> AttributeLists { Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> get(); };
public Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> AttributeLists { get; }
public override Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> AttributeLists { get; }
member this.AttributeLists : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax>
Public ReadOnly Property AttributeLists As SyntaxList(Of AttributeListSyntax)
Public Overrides ReadOnly Property AttributeLists As SyntaxList(Of AttributeListSyntax)

Valor de propiedad

Se aplica a