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

适用于