次の方法で共有


InterpolatedStringArgumentPlaceholderKind 列挙型

定義

のプレースホルダー IInterpolatedStringHandlerArgumentPlaceholderOperationの種類。

public enum InterpolatedStringArgumentPlaceholderKind
type InterpolatedStringArgumentPlaceholderKind = 
Public Enum InterpolatedStringArgumentPlaceholderKind
継承
InterpolatedStringArgumentPlaceholderKind

フィールド

CallsiteArgument 0

これは、メソッド呼び出し、インデクサー アクセス、またはオブジェクトの作成を含む引数のプレースホルダーです。 対応する引数インデックスにアクセスします ArgumentIndex

CallsiteReceiver 1

これは、包含メソッド呼び出し、インデクサー アクセス、またはオブジェクト作成の受信側のプレースホルダーです。

TrailingValidityArgument 2

これは、補間された文字列ハンドラー型の末尾の bool out パラメーターのプレースホルダーです。 このブール値は、残りの補間文字列の条件付き評価をコンストラクターが返した後に実行するかどうかを制御します。

適用対象