uap:Task (Windows 10)
アプリの機能拡張ポイントに関連付けられているバックグラウンド タスク。
要素の階層
<uap:Task>
構文
<uap:Task
Type = 'A string that can have one of the following values: "chatMessageNotification", "vpnClient", "phoneCall", or "mediaProcessing".' />
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
Type | タスクの型です。 | chatMessageNotification、vpnClient、phoneCall、mediaProcessing のいずれかの値を持つ文字列。 | Yes |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
BackgroundTasks | windows.backgroundTasks 型のアプリ拡張ポイントを定義します。 バックグラウンド タスクは、専用のバックグラウンド ホストで実行されます。つまり、UI を使用しません。 |
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 バージョン 1511 (ビルド 10586) |