RawNotification.ChannelId 属性

定义

获取原始通知的通道 ID。

public:
 property Platform::String ^ ChannelId { Platform::String ^ get(); };
winrt::hstring ChannelId();
public string ChannelId { get; }
var string = rawNotification.channelId;
Public ReadOnly Property ChannelId As String

属性值

String

Platform::String

winrt::hstring

包含应用服务器设置的应用定义的通道 ID 的字符串。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

这仅适用于通过 CreateRawPushNotificationChannelWithAlternateKeyForApplicationAsync 创建的通道发送的通知。 如果通过使用 CreatePushNotificationChannelForApplicationAsync 创建的通道发送通知,则此为 null。

适用于