ISuspendingOperation インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリの中断操作に関する情報を提供します。
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() |
アプリの中断操作の遅延を要求します。 |