AppResourceGroupBackgroundTaskReport クラス

定義

バックグラウンド タスクに関するスナップショット情報 (名前、トリガー名、エントリ ポイント名、タスク識別子など) を提供します。

public ref class AppResourceGroupBackgroundTaskReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppResourceGroupBackgroundTaskReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppResourceGroupBackgroundTaskReport
Public NotInheritable Class AppResourceGroupBackgroundTaskReport
継承
Object Platform::Object IInspectable AppResourceGroupBackgroundTaskReport
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)
アプリの機能
appDiagnostics

プロパティ

EntryPoint

バックグラウンド タスク エントリ ポイントの名前を取得します。

Name

バックグラウンド タスクの名前を取得します。

TaskId

バックグラウンド タスクの識別子を取得します。

Trigger

このタスクをアクティブ化したトリガーの名前を取得します。

適用対象