SyntaxFactory.XmlParaElement 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
XmlParaElement(SyntaxList<XmlNodeSyntax>) |
Creates the syntax representation of a para element within xml documentation comments. |
XmlParaElement(XmlNodeSyntax[]) |
Creates the syntax representation of a para element within xml documentation comments. |
XmlParaElement(SyntaxList<XmlNodeSyntax>)
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
Creates the syntax representation of a para element within xml documentation comments.
public:
static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlElementSyntax ^ XmlParaElement(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlNodeSyntax ^> content);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax XmlParaElement (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax> content);
static member XmlParaElement : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax
Public Shared Function XmlParaElement (content As SyntaxList(Of XmlNodeSyntax)) As XmlElementSyntax
Parameters
- content
- SyntaxList<XmlNodeSyntax>
A list of syntax nodes that represents the content of the para element.
Returns
Applies to
XmlParaElement(XmlNodeSyntax[])
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
- Source:
- SyntaxFactory.vb
Creates the syntax representation of a para element within xml documentation comments.
public:
static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlElementSyntax ^ XmlParaElement(... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlNodeSyntax ^> ^ content);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax XmlParaElement (params Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax[] content);
static member XmlParaElement : Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax
Public Shared Function XmlParaElement (ParamArray content As XmlNodeSyntax()) As XmlElementSyntax
Parameters
- content
- XmlNodeSyntax[]
A list of syntax nodes that represents the content of the para element.
Returns
Applies to
.NET