SuspendingEventArgs クラス

定義

アプリの中断イベントのデータを提供します。

public ref class SuspendingEventArgs sealed : ISuspendingEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class SuspendingEventArgs final : ISuspendingEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class SuspendingEventArgs : ISuspendingEventArgs
Public NotInheritable Class SuspendingEventArgs
Implements ISuspendingEventArgs
継承
Object Platform::Object IInspectable SuspendingEventArgs
属性
実装

Windows の要件

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

注釈

このオブジェクトは、 WebUIApplication.SuspendingEventHandler を実装して WebUIApplication.suspending イベントに応答するとアクセスされます。

注意

このクラスはアジャイルではありません。つまり、スレッド モデルとマーシャリング動作を考慮する必要があります。 詳細については、「スレッドとマーシャリング (C++/CX)」を参照してください。

.

プロパティ

SuspendingOperation

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

適用対象

こちらもご覧ください