Debug.WriteIfInterpolatedStringHandler 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供的 WriteIf(Boolean, String) 插補字串處理程式,而且 WriteLineIf(Boolean, Object) 只有在套用條件時才會執行格式設定。
public: value class Debug::WriteIfInterpolatedStringHandler
public struct Debug.WriteIfInterpolatedStringHandler
type Debug.WriteIfInterpolatedStringHandler = struct
Public Structure Debug.WriteIfInterpolatedStringHandler
- 繼承
建構函式
Debug.WriteIfInterpolatedStringHandler(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) |
將指定的字串寫入處理程式。 |