AppBroadcastBackgroundService.AppId プロパティ

定義

ブロードキャストされるゲームの識別子を含む文字列を取得します。 デスクトップ デバイスでブロードキャストする場合、この値はユーザーがブロードキャストを開始したゲームです。

public:
 property Platform::String ^ AppId { Platform::String ^ get(); };
winrt::hstring AppId();
public string AppId { get; }
var string = appBroadcastBackgroundService.appId;
Public ReadOnly Property AppId As String

プロパティ値

String

Platform::String

winrt::hstring

ブロードキャスト アプリのシステム定義識別子を含む文字列。

Windows の要件

アプリの機能
appBroadcast appBroadcastSettings

適用対象