SyntaxFactory.XmlTextLiteral Metodo

Definizione

Overload

XmlTextLiteral(String)

Genera la rappresentazione della sintassi di un valore letterale di testo xml.

XmlTextLiteral(String, String)

Genera la rappresentazione della sintassi di un valore letterale di testo xml.

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

Genera la rappresentazione della sintassi di un valore letterale di testo xml.

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

Parametri

value
String

Testo utilizzato all'interno del valore letterale di testo xml.

Restituisce

Si applica a

XmlTextLiteral(String, 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

Genera la rappresentazione della sintassi di un valore letterale di testo xml.

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

Parametri

text
String

Testo non elaborato del valore letterale.

value
String

Testo utilizzato all'interno del valore letterale di testo xml.

Restituisce

Si applica a