AppBroadcastBackgroundService.BroadcastLanguage プロパティ

定義

現在のブロードキャスト チャネルの言語を表す文字列を取得します。

public:
 property Platform::String ^ BroadcastLanguage { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring BroadcastLanguage();

void BroadcastLanguage(winrt::hstring value);
public string BroadcastLanguage { get; set; }
var string = appBroadcastBackgroundService.broadcastLanguage;
appBroadcastBackgroundService.broadcastLanguage = string;
Public Property BroadcastLanguage As String

プロパティ値

String

Platform::String

winrt::hstring

現在のブロードキャスト チャネルの言語を表す文字列。

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.16299.0 で導入)
API contract
Windows.Media.Capture.AppBroadcastContract (v2.0 で導入)

適用対象