Freigeben über


SyntaxFactory.AttributesStatement Methode

Definition

Überlädt

AttributesStatement()

Stellt ein Attribut auf Dateiebene dar, in dem die Attribute keine anderen syntactischen Elemente aufweisen, an die sie angefügt sind.

AttributesStatement(SyntaxList<AttributeListSyntax>)

Stellt ein Attribut auf Dateiebene dar, in dem die Attribute keine anderen syntactischen Elemente aufweisen, an die sie angefügt sind.

AttributesStatement()

Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb

Stellt ein Attribut auf Dateiebene dar, in dem die Attribute keine anderen syntactischen Elemente aufweisen, an die sie angefügt sind.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::AttributesStatementSyntax ^ AttributesStatement();
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.AttributesStatementSyntax AttributesStatement ();
static member AttributesStatement : unit -> Microsoft.CodeAnalysis.VisualBasic.Syntax.AttributesStatementSyntax
Public Shared Function AttributesStatement () As AttributesStatementSyntax

Gibt zurück

Gilt für:

AttributesStatement(SyntaxList<AttributeListSyntax>)

Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb
Quelle:
Syntax.xml.Main.Generated.vb

Stellt ein Attribut auf Dateiebene dar, in dem die Attribute keine anderen syntactischen Elemente aufweisen, an die sie angefügt sind.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::AttributesStatementSyntax ^ AttributesStatement(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::AttributeListSyntax ^> attributeLists);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.AttributesStatementSyntax AttributesStatement (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AttributeListSyntax> attributeLists);
static member AttributesStatement : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.AttributeListSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.AttributesStatementSyntax
Public Shared Function AttributesStatement (attributeLists As SyntaxList(Of AttributeListSyntax)) As AttributesStatementSyntax

Parameter

attributeLists
SyntaxList<AttributeListSyntax>

Die Liste der Attributlisten.

Gibt zurück

Gilt für: