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

适用于