TraceReplayOptions.KeepResults 屬性

定義

取得或設定 Boolean 屬性值,指定是否保留重播結果。

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

屬性值

一個 Boolean 指定是否保留結果的值。

若為真,則結果會被保留。

若為 False(預設),則不保留結果。

範例

Readme_Tracer

適用於