Compartir a través de


SyntaxFactory.InterpolatedStringExpression Método

Definición

Sobrecargas

InterpolatedStringExpression(SyntaxList<InterpolatedStringContentSyntax>)

Representa una expresión de cadena interpolada.

InterpolatedStringExpression(InterpolatedStringContentSyntax[])

Representa una expresión de cadena interpolada.

InterpolatedStringExpression(SyntaxToken, SyntaxList<InterpolatedStringContentSyntax>, SyntaxToken)

Representa una expresión de cadena interpolada.

InterpolatedStringExpression(SyntaxList<InterpolatedStringContentSyntax>)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Representa una expresión de cadena interpolada.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolatedStringExpressionSyntax ^ InterpolatedStringExpression(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolatedStringContentSyntax ^> contents);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringExpressionSyntax InterpolatedStringExpression (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringContentSyntax> contents);
static member InterpolatedStringExpression : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringContentSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringExpressionSyntax
Public Shared Function InterpolatedStringExpression (contents As SyntaxList(Of InterpolatedStringContentSyntax)) As InterpolatedStringExpressionSyntax

Parámetros

contents
SyntaxList<InterpolatedStringContentSyntax>

Contenido de la cadena interpolada.

Devoluciones

Se aplica a

InterpolatedStringExpression(InterpolatedStringContentSyntax[])

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Representa una expresión de cadena interpolada.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolatedStringExpressionSyntax ^ InterpolatedStringExpression(... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolatedStringContentSyntax ^> ^ contents);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringExpressionSyntax InterpolatedStringExpression (params Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringContentSyntax[] contents);
static member InterpolatedStringExpression : Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringContentSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringExpressionSyntax
Public Shared Function InterpolatedStringExpression (ParamArray contents As InterpolatedStringContentSyntax()) As InterpolatedStringExpressionSyntax

Parámetros

contents
InterpolatedStringContentSyntax[]

Contenido de la cadena interpolada.

Devoluciones

Se aplica a

InterpolatedStringExpression(SyntaxToken, SyntaxList<InterpolatedStringContentSyntax>, SyntaxToken)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

Representa una expresión de cadena interpolada.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolatedStringExpressionSyntax ^ InterpolatedStringExpression(Microsoft::CodeAnalysis::SyntaxToken dollarSignDoubleQuoteToken, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolatedStringContentSyntax ^> contents, Microsoft::CodeAnalysis::SyntaxToken doubleQuoteToken);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringExpressionSyntax InterpolatedStringExpression (Microsoft.CodeAnalysis.SyntaxToken dollarSignDoubleQuoteToken, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringContentSyntax> contents, Microsoft.CodeAnalysis.SyntaxToken doubleQuoteToken);
static member InterpolatedStringExpression : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringContentSyntax> * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolatedStringExpressionSyntax
Public Shared Function InterpolatedStringExpression (dollarSignDoubleQuoteToken As SyntaxToken, contents As SyntaxList(Of InterpolatedStringContentSyntax), doubleQuoteToken As SyntaxToken) As InterpolatedStringExpressionSyntax

Parámetros

dollarSignDoubleQuoteToken
SyntaxToken

Token de apertura '$', '$'' o '$'.

contents
SyntaxList<InterpolatedStringContentSyntax>

Contenido de la cadena interpolada.

doubleQuoteToken
SyntaxToken

Token de cierre ''', ''' o '''.

Devoluciones

Se aplica a