Debug.AssertInterpolatedStringHandler(Int32, Int32, Boolean, Boolean) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ハンドラーのインスタンスを作成します。
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
補間文字列内の補間式の数。
- shouldAppend
- Boolean
書式設定を続行するかどうかを示す値。
注釈
これは、コンパイラによって生成されたコードによってのみ呼び出されることを目的としています。 引数は検証されません。それ以外の場合は、直接使用することを意図したメンバー用です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET