SyntaxFactory.AttributesStatement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AttributesStatement() |
Represents a file-level attribute, in which the attributes have no other syntactic element they are attached to. |
AttributesStatement(SyntaxList<AttributeListSyntax>) |
Represents a file-level attribute, in which the attributes have no other syntactic element they are attached to. |
AttributesStatement()
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
Represents a file-level attribute, in which the attributes have no other syntactic element they are attached to.
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
Returns
Applies to
AttributesStatement(SyntaxList<AttributeListSyntax>)
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
- Source:
- Syntax.xml.Main.Generated.vb
Represents a file-level attribute, in which the attributes have no other syntactic element they are attached to.
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
Parameters
- attributeLists
- SyntaxList<AttributeListSyntax>
The list of attribute lists.