SyntaxFactory.XmlTextLiteral 方法

定义

重载

XmlTextLiteral(String)

生成 xml 文本文本的语法表示形式。

XmlTextLiteral(String, String)

生成 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

生成 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

参数

value
String

xml 文本文本中使用的文本。

返回

适用于

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

生成 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

参数

text
String

文本的原始文本。

value
String

xml 文本文本中使用的文本。

返回

适用于