VariableClass.IncludeInDebugDump 屬性

定義

取得或設定值,指定偵錯傾印檔案中是否包含變數值。

public:
 virtual property bool IncludeInDebugDump { bool get(); void set(bool value); };
public virtual bool IncludeInDebugDump { get; set; }
member this.IncludeInDebugDump : bool with get, set
Public Overridable Property IncludeInDebugDump As Boolean

屬性值

Boolean

指定偵錯傾印檔案中是否包含變數值的布林值。

實作

備註

針對使用者自訂變數和系統變數,選項的預設值 IncludeInDebugDumptrue

不過,對於使用者自訂變數,系統 IncludeInDebugDump false 會在下列條件成立時,將選項重設為:

適用於