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

アプリの中断操作を取得します。

適用対象