ISuspendingEventArgs 接口

定义

为应用挂起事件提供数据。

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

获取应用挂起操作。

适用于