共用方式為


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

取得啟動此工作的觸發程式名稱。

適用於