Share via


InterpolatedStringExpressionSyntax.WithDoubleQuoteToken(SyntaxToken) Method

Definition

Returns a copy of this with the DoubleQuoteToken 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::InterpolatedStringExpressionSyntax ^ WithDoubleQuoteToken(Microsoft::CodeAnalysis::SyntaxToken doubleQuoteToken);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringExpressionSyntax WithDoubleQuoteToken (Microsoft.CodeAnalysis.SyntaxToken doubleQuoteToken);
member this.WithDoubleQuoteToken : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringExpressionSyntax
Public Function WithDoubleQuoteToken (doubleQuoteToken As SyntaxToken) As InterpolatedStringExpressionSyntax

Parameters

doubleQuoteToken
SyntaxToken

Returns

Applies to