次の方法で共有


InterpolatedStringTextSyntax.WithTextToken(SyntaxToken) Method

Definition

Returns a copy of this with the TextToken property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolatedStringTextSyntax ^ WithTextToken(Microsoft::CodeAnalysis::SyntaxToken textToken);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringTextSyntax WithTextToken (Microsoft.CodeAnalysis.SyntaxToken textToken);
member this.WithTextToken : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringTextSyntax
Public Function WithTextToken (textToken As SyntaxToken) As InterpolatedStringTextSyntax

Parameters

textToken
SyntaxToken

Returns

Applies to