AppBroadcastBackgroundService.BroadcastLanguage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,表示目前廣播通道的語言。
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
屬性值
字串,表示目前廣播通道的語言。
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.16299.0 引進)
|
API contract |
Windows.Media.Capture.AppBroadcastContract (已於 v2.0 引進)
|