Freigeben über


SyntaxFactory.XmlTextNewLine Methode

Definition

Überlädt

XmlTextNewLine(String)

Erstellt die Syntaxdarstellung eines XML-Newlinetokens mit einem Dokumentationskommentar außen am Ende (fortgesetzter Dokumentationskommentar).

XmlTextNewLine(String, Boolean)

Erstellt die Syntaxdarstellung eines XML-Newlinetokens für xml-Dokumentationskommentare.

XmlTextNewLine(String, String, SyntaxTriviaList, SyntaxTriviaList)

Erstellt ein Token mit dem Typ XmlTextLiteralNewLineToken.

XmlTextNewLine(String)

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

Erstellt die Syntaxdarstellung eines XML-Newlinetokens mit einem Dokumentationskommentar außen am Ende (fortgesetzter Dokumentationskommentar).

public:
 static Microsoft::CodeAnalysis::SyntaxToken XmlTextNewLine(System::String ^ text);
public static Microsoft.CodeAnalysis.SyntaxToken XmlTextNewLine (string text);
static member XmlTextNewLine : string -> Microsoft.CodeAnalysis.SyntaxToken
Public Shared Function XmlTextNewLine (text As String) As SyntaxToken

Parameter

text
String

Der unformatierte Text in der neuen Zeile.

Gibt zurück

Gilt für:

XmlTextNewLine(String, Boolean)

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

Erstellt die Syntaxdarstellung eines XML-Newlinetokens für xml-Dokumentationskommentare.

public:
 static Microsoft::CodeAnalysis::SyntaxToken XmlTextNewLine(System::String ^ text, bool continueXmlDocumentationComment);
public static Microsoft.CodeAnalysis.SyntaxToken XmlTextNewLine (string text, bool continueXmlDocumentationComment);
static member XmlTextNewLine : string * bool -> Microsoft.CodeAnalysis.SyntaxToken
Public Shared Function XmlTextNewLine (text As String, continueXmlDocumentationComment As Boolean) As SyntaxToken

Parameter

text
String

Der unformatierte Text in der neuen Zeile.

continueXmlDocumentationComment
Boolean

Wenn "true" festgelegt ist, wird ein Dokumentationskommentar-Außentoken dem nachgestellten Trivia des neuen Token hinzugefügt.

Gibt zurück

Gilt für:

XmlTextNewLine(String, String, SyntaxTriviaList, SyntaxTriviaList)

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

Erstellt ein Token mit dem Typ XmlTextLiteralNewLineToken.

public:
 static Microsoft::CodeAnalysis::SyntaxToken XmlTextNewLine(System::String ^ text, System::String ^ value, Microsoft::CodeAnalysis::SyntaxTriviaList leading, Microsoft::CodeAnalysis::SyntaxTriviaList trailing);
public static Microsoft.CodeAnalysis.SyntaxToken XmlTextNewLine (string text, string value, Microsoft.CodeAnalysis.SyntaxTriviaList leading, Microsoft.CodeAnalysis.SyntaxTriviaList trailing);
static member XmlTextNewLine : string * string * Microsoft.CodeAnalysis.SyntaxTriviaList * Microsoft.CodeAnalysis.SyntaxTriviaList -> Microsoft.CodeAnalysis.SyntaxToken
Public Shared Function XmlTextNewLine (text As String, value As String, leading As SyntaxTriviaList, trailing As SyntaxTriviaList) As SyntaxToken

Parameter

text
String

Der unformatierte Text des Literals.

value
String

Der xml-Text neuer Zeilenwert.

leading
SyntaxTriviaList

Eine Liste der Trivia unmittelbar vor dem Token.

trailing
SyntaxTriviaList

Eine Liste der Trivia unmittelbar nach dem Token.

Gibt zurück

Gilt für: