AppBroadcastBackgroundService.BroadcastChannel プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のブロードキャスト チャネルの名前を含む文字列を取得します。
public:
property Platform::String ^ BroadcastChannel { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring BroadcastChannel();
void BroadcastChannel(winrt::hstring value);
public string BroadcastChannel { get; set; }
var string = appBroadcastBackgroundService.broadcastChannel;
appBroadcastBackgroundService.broadcastChannel = string;
Public Property BroadcastChannel As String
プロパティ値
現在のブロードキャスト チャネルの名前を含む文字列。
Windows の要件
デバイス ファミリ |
Windows Desktop Extension SDK (10.0.16299.0 で導入)
|
API contract |
Windows.Media.Capture.AppBroadcastContract (v2.0 で導入)
|