Partilhar via


SyntaxFactory.XmlReturnsElement Método

Definição

Sobrecargas

XmlReturnsElement(SyntaxList<XmlNodeSyntax>)

Cria um elemento returns em um comentário de documentação xml.

XmlReturnsElement(XmlNodeSyntax[])

Cria um elemento returns em um comentário de documentação xml.

XmlReturnsElement(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

Cria um elemento returns em um comentário de documentação xml.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlElementSyntax ^ XmlReturnsElement(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlNodeSyntax ^> content);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax XmlReturnsElement (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax> content);
static member XmlReturnsElement : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax
Public Shared Function XmlReturnsElement (content As SyntaxList(Of XmlNodeSyntax)) As XmlElementSyntax

Parâmetros

content
SyntaxList<XmlNodeSyntax>

Uma lista de sintaxe de nó xml que será o conteúdo dentro do elemento returns.

Retornos

Aplica-se a

XmlReturnsElement(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

Cria um elemento returns em um comentário de documentação xml.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlElementSyntax ^ XmlReturnsElement(... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlNodeSyntax ^> ^ content);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax XmlReturnsElement (params Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax[] content);
static member XmlReturnsElement : Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlNodeSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlElementSyntax
Public Shared Function XmlReturnsElement (ParamArray content As XmlNodeSyntax()) As XmlElementSyntax

Parâmetros

content
XmlNodeSyntax[]

Uma lista de sintaxe de nó xml que será o conteúdo dentro do elemento returns.

Retornos

Aplica-se a