SyntaxFactory.InterpolatedStringText 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
InterpolatedStringText(SyntaxToken) |
建立新的 InterpolatedStringTextSyntax 實例。 |
InterpolatedStringText() |
建立新的 InterpolatedStringTextSyntax 實例。 |
InterpolatedStringText(SyntaxToken)
建立新的 InterpolatedStringTextSyntax 實例。
public:
static Microsoft::CodeAnalysis::CSharp::Syntax::InterpolatedStringTextSyntax ^ InterpolatedStringText(Microsoft::CodeAnalysis::SyntaxToken textToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.InterpolatedStringTextSyntax InterpolatedStringText (Microsoft.CodeAnalysis.SyntaxToken textToken);
static member InterpolatedStringText : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.InterpolatedStringTextSyntax
Public Shared Function InterpolatedStringText (textToken As SyntaxToken) As InterpolatedStringTextSyntax
參數
- textToken
- SyntaxToken
傳回
適用於
InterpolatedStringText()
建立新的 InterpolatedStringTextSyntax 實例。
public:
static Microsoft::CodeAnalysis::CSharp::Syntax::InterpolatedStringTextSyntax ^ InterpolatedStringText();
public static Microsoft.CodeAnalysis.CSharp.Syntax.InterpolatedStringTextSyntax InterpolatedStringText ();
static member InterpolatedStringText : unit -> Microsoft.CodeAnalysis.CSharp.Syntax.InterpolatedStringTextSyntax
Public Shared Function InterpolatedStringText () As InterpolatedStringTextSyntax