ISuspendingEventArgs 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为应用挂起事件提供数据。
public interface class ISuspendingEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2516982789, 11706, 19720, 176, 189, 43, 48, 161, 49, 198, 170)]
struct ISuspendingEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2516982789, 11706, 19720, 176, 189, 43, 48, 161, 49, 198, 170)]
public interface ISuspendingEventArgs
Public Interface ISuspendingEventArgs
- 派生
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
SuspendingOperation |
获取应用挂起操作。 |