Activity.IsStopped 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property bool IsStopped { bool get(); };
public bool IsStopped { get; }
member this.IsStopped : bool
Public ReadOnly Property IsStopped As Boolean
属性值
注解
使用 ActivityStopped订阅Activity停止事件时,事件回调中收到的 Activity 对象将IsStopped具有 。true
适用于