AppBroadcastTriggerDetails クラス

定義

ブロードキャスト アプリのバックグラウンド タスクに関連付けられている詳細を提供します。

注意

この API には appBroadcastappBroadcastSettings の機能が必要です。これは、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは実行時に失敗します。

public ref class AppBroadcastTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppBroadcastContract, 65536)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBroadcastTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppBroadcastContract), 65536)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBroadcastTriggerDetails
Public NotInheritable Class AppBroadcastTriggerDetails
継承
Object Platform::Object IInspectable AppBroadcastTriggerDetails
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.15063.0 で導入)
API contract
Windows.Media.Capture.AppBroadcastContract (v1.0 で導入)
アプリの機能
appBroadcast appBroadcastSettings

注釈

バックグラウンド タスクの Run メソッドに渡された IBackgroundTaskInstanceTriggerDetails プロパティをキャストして、このクラスのインスタンスを取得します。

プロパティ

BackgroundService

ブロードキャスト UWP アプリとシステム ホステッド ブロードキャスト サービスの間のインターフェイスを提供する オブジェクトを取得します。

適用対象