次の方法で共有


SyntaxFactory.InterpolationFormatClause メソッド

定義

オーバーロード

InterpolationFormatClause()

挿入文字列埋め込み式の書式指定文字列句 ':formatString' を表します。

InterpolationFormatClause(SyntaxToken, SyntaxToken)

挿入文字列埋め込み式の書式指定文字列句 ':formatString' を表します。

InterpolationFormatClause()

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

挿入文字列埋め込み式の書式指定文字列句 ':formatString' を表します。

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolationFormatClauseSyntax ^ InterpolationFormatClause();
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolationFormatClauseSyntax InterpolationFormatClause ();
static member InterpolationFormatClause : unit -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolationFormatClauseSyntax
Public Shared Function InterpolationFormatClause () As InterpolationFormatClauseSyntax

戻り値

適用対象

InterpolationFormatClause(SyntaxToken, 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

挿入文字列埋め込み式の書式指定文字列句 ':formatString' を表します。

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::InterpolationFormatClauseSyntax ^ InterpolationFormatClause(Microsoft::CodeAnalysis::SyntaxToken colonToken, Microsoft::CodeAnalysis::SyntaxToken formatStringToken);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolationFormatClauseSyntax InterpolationFormatClause (Microsoft.CodeAnalysis.SyntaxToken colonToken, Microsoft.CodeAnalysis.SyntaxToken formatStringToken);
static member InterpolationFormatClause : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.InterpolationFormatClauseSyntax
Public Shared Function InterpolationFormatClause (colonToken As SyntaxToken, formatStringToken As SyntaxToken) As InterpolationFormatClauseSyntax

パラメーター

colonToken
SyntaxToken

':' トークン。

formatStringToken
SyntaxToken

書式指定文字列。

戻り値

適用対象