Condividi tramite


CompilationUnitSyntax.Attributes Proprietà

Definizione

Rappresenta l'elenco di AttributeStatements all'inizio di un file di origine che contiene gli attributi Assembly e Module.

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

Valore della proprietà

Commenti

Se non è presente nulla, viene restituito un elenco vuoto.

Si applica a