次の方法で共有


InterpolatedStringExpressionSyntax.WithDollarSignDoubleQuoteToken Method

Definition

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

Parameters

dollarSignDoubleQuoteToken
SyntaxToken

Returns

Applies to