次の方法で共有


TraceListener.IndentSize プロパティ

1 つのインデントに含まれる空白の数を取得または設定します。

Public Property IndentSize As Integer
[C#]
public int IndentSize {get; set;}
[C++]
public: __property int get_IndentSize();public: __property void set_IndentSize(int);
[JScript]
public function get IndentSize() : int;public function set IndentSize(int);

プロパティ値

インデントの空白の数。既定値は 4 です。

解説

このプロパティはスレッド単位、要求単位に格納されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

TraceListener クラス | TraceListener メンバ | System.Diagnostics 名前空間 | TraceListener | DefaultTraceListener | EventLogTraceListener | TextWriterTraceListener | Debug | Trace