Debug.AssertInterpolatedStringHandler(Int32, Int32, Boolean, Boolean) コンストラクター

定義

ハンドラーのインスタンスを作成します。

public:
 AssertInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, [Runtime::InteropServices::Out] bool % shouldAppend);
public AssertInterpolatedStringHandler (int literalLength, int formattedCount, bool condition, out bool shouldAppend);
new System.Diagnostics.Debug.AssertInterpolatedStringHandler : int * int * bool * bool -> System.Diagnostics.Debug.AssertInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, condition As Boolean, ByRef shouldAppend As Boolean)

パラメーター

literalLength
Int32

補間文字列内の補間式の外側にある定数文字の数。

formattedCount
Int32

補間文字列内の補間式の数。

condition
Boolean

メソッドに Debug 渡される条件ブール値。

shouldAppend
Boolean

書式設定を続行するかどうかを示す値。

注釈

これは、コンパイラによって生成されたコードによってのみ呼び出されることを目的としています。 引数は検証されません。それ以外の場合は、直接使用することを意図したメンバー用です。

適用対象