次の方法で共有


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 値です。

True の場合、結果が保持されます。

False (既定値) の場合、結果は保持されません。

Readme_Tracer

適用対象