TraceListener.NeedIndent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否要縮排輸出。
protected:
property bool NeedIndent { bool get(); void set(bool value); };
protected bool NeedIndent { get; set; }
member this.NeedIndent : bool with get, set
Protected Property NeedIndent As Boolean
屬性值
如果輸出應該要縮排,則為 true
;否則為 false
。
備註
注意WriteIndent和 TextWriterTraceListener 類別所DefaultTraceListener呼叫的方法會將 NeedIndent 屬性值設定為 false
,以防止稍後不必要的縮排。 每次您要縮排追蹤輸出時,都必須將 屬性true
設定NeedIndent為 。