Trace.IndentSize プロパティ
1 つのインデントに含まれる空白の数を取得または設定します。
Public Shared Property IndentSize As Integer
[C#]
public static int IndentSize {get; set;}
[C++]
public: __property static int get_IndentSize();public: __property static void set_IndentSize(int);
[JScript]
public static function get IndentSize() : int;public static function set IndentSize(int);
プロパティ値
インデントの空白の数。既定値は 4 です。
解説
TextWriterTraceListener は、この数値を空白数として解釈します。 EventLogTraceListener は、この値を無視します。
このプロパティは、スレッド単位、要求単位で格納されます。
Trace に AutoFlush や IndentSize を設定するために、アプリケーションの名前に対応する構成ファイルを編集することもできます。構成ファイルの書式は次の例のようになります。
<configuration>
<system.diagnostics>
<trace autoflush="false" indentsize="3" />
</system.diagnostics>
</configuration>
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Trace クラス | Trace メンバ | System.Diagnostics 名前空間 | IndentLevel | Debug | Trace | BooleanSwitch | TraceSwitch | TraceListener | DefaultTraceListener | ConditionalAttribute