PexAssertReachEventuallyAttribute.StopWhenAllReached 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个命名参数,用于指定探索是否应在达到所有目标时停止。
public:
property bool StopWhenAllReached { bool get(); void set(bool value); };
public bool StopWhenAllReached { get; set; }
member this.StopWhenAllReached : bool with get, set
Public Property StopWhenAllReached As Boolean
属性值
将此值设置为 true 可指定在达到所有目标时探索应停止,否则设置为 false 。