Debug.IndentSize プロパティ
アセンブリ: System (system.dll 内)

/** @property */ public static int get_IndentSize () /** @property */ public static void set_IndentSize (int value)
インデントの空白の数。既定値は 4 です。

TextWriterTraceListener は、この数値を空白数として解釈します。EventLogTraceListener は、この値を無視します。
Debug に AutoFlush や IndentSize を設定するために、アプリケーション名に対応する構成ファイルを編集することもできます。構成ファイルの書式は次の例のようになります。
<configuration> <system.diagnostics> <trace autoflush="true" indentsize="7" /> </system.diagnostics> </configuration>

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDebug.IndentSize プロパティを検索する場合は、下記のリンクをクリックしてください。

- Debug.IndentSize プロパティのページへのリンク