Partager via


AppBroadcastBackgroundService.BroadcastChannel Propriété

Définition

Obtient une chaîne contenant le nom du canal de diffusion actuel.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne contenant le nom du canal de diffusion actuel.

Configuration requise pour Windows

Famille d’appareils
Windows Desktop Extension SDK (introduit dans 10.0.16299.0)
API contract
Windows.Media.Capture.AppBroadcastContract (introduit dans v2.0)

S’applique à