IBackgroundTaskRegistration3 インターフェイス

定義

関連するバックグラウンド タスクのグループの一部として登録されているバックグラウンド タスクを表します。

public interface class IBackgroundTaskRegistration3 : IBackgroundTaskRegistration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Guid(4264788373, 37923, 19851, 131, 13, 177, 221, 44, 123, 173, 213)]
struct IBackgroundTaskRegistration3 : IBackgroundTaskRegistration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Guid(4264788373, 37923, 19851, 131, 13, 177, 221, 44, 123, 173, 213)]
public interface IBackgroundTaskRegistration3 : IBackgroundTaskRegistration
Public Interface IBackgroundTaskRegistration3
Implements IBackgroundTaskRegistration
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

プロパティ

Name

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

(継承元 IBackgroundTaskRegistration)
TaskGroup

この BackgroundTaskRegistration が属している BackgroundTaskRegistrationGroup を取得します。

TaskId

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

(継承元 IBackgroundTaskRegistration)

メソッド

Unregister(Boolean)

登録されているバックグラウンド タスクの登録を解除します。

(継承元 IBackgroundTaskRegistration)

イベント

Completed

完了したイベント ハンドラーを登録されたバックグラウンド タスクにアタッチします。

(継承元 IBackgroundTaskRegistration)
Progress

登録されているバックグラウンド タスクに進行状況イベント ハンドラーをアタッチします。

(継承元 IBackgroundTaskRegistration)

適用対象