ISuspendingOperation インターフェイス

定義

アプリの中断操作に関する情報を提供します。

public interface class ISuspendingOperation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2644822593, 8417, 20123, 159, 101, 169, 244, 53, 52, 12, 58)]
struct ISuspendingOperation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2644822593, 8417, 20123, 159, 101, 169, 244, 53, 52, 12, 58)]
public interface ISuspendingOperation
Public Interface ISuspendingOperation
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

Deadline

遅延したアプリの中断操作が続行されるまでの残り時間を取得します。

メソッド

GetDeferral()

アプリの中断操作の遅延を要求します。

適用対象

こちらもご覧ください