TraceListener.NeedIndent プロパティ
出力にインデントを設定するかどうかを示す値を取得または設定します。
Protected Property NeedIndent As Boolean
[C#]
protected bool NeedIndent {get; set;}
[C++]
protected: __property bool get_NeedIndent();protected: __property void set_NeedIndent(bool);
[JScript]
protected function get NeedIndent() : Boolean;protected function set NeedIndent(Boolean);
プロパティ値
出力にインデントを設定する場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: 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