Debug.AssertInterpolatedStringHandler 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供插入 Assert(Boolean) 字串處理程式,只有在判斷提示失敗時才會執行格式設定。
public: value class Debug::AssertInterpolatedStringHandler
public struct Debug.AssertInterpolatedStringHandler
type Debug.AssertInterpolatedStringHandler = struct
Public Structure Debug.AssertInterpolatedStringHandler
- 繼承
建構函式
Debug.AssertInterpolatedStringHandler(Int32, Int32, Boolean, Boolean) |
建立處理程序的實例。 |
方法
AppendFormatted(Object, Int32, String) |
將指定的值寫入處理程式。 |
AppendFormatted(ReadOnlySpan<Char>) |
將指定的字元範圍寫入處理程式。 |
AppendFormatted(ReadOnlySpan<Char>, Int32, String) |
將指定的字元字串寫入處理程式。 |
AppendFormatted(String) |
將指定的值寫入處理程式。 |
AppendFormatted(String, Int32, String) |
將指定的值寫入處理程式。 |
AppendFormatted<T>(T) |
將指定的值寫入處理程式。 |
AppendFormatted<T>(T, Int32) |
將指定的值寫入處理程式。 |
AppendFormatted<T>(T, Int32, String) |
將指定的值寫入處理程式。 |
AppendFormatted<T>(T, String) |
將指定的值寫入處理程式。 |
AppendLiteral(String) |
將指定的字串寫入處理程式。 |