Debug.WriteIfInterpolatedStringHandler(Int32, Int32, Boolean, Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立處理程序的實例。
public:
WriteIfInterpolatedStringHandler(int literalLength, int formattedCount, bool condition, [Runtime::InteropServices::Out] bool % shouldAppend);
public WriteIfInterpolatedStringHandler (int literalLength, int formattedCount, bool condition, out bool shouldAppend);
new System.Diagnostics.Debug.WriteIfInterpolatedStringHandler : int * int * bool * bool -> System.Diagnostics.Debug.WriteIfInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, condition As Boolean, ByRef shouldAppend As Boolean)
參數
- literalLength
- Int32
內插補點字串中內插補點表達式之外的常數位元數目。
- formattedCount
- Int32
內插補點字串中的插補表達式數目。
- shouldAppend
- Boolean
值,指出格式設定是否應該繼續進行。
備註
這僅供編譯程式產生的程式代碼呼叫。 自變數不會經過驗證,否則會針對要直接使用的成員進行驗證。