PushNotificationCreateChannelResult.Channel 属性

定义

获取成功调用 CreateChannelAsync 后生成的推送通知通道。

public:
 property PushNotificationChannel ^ Channel { PushNotificationChannel ^ get(); };
PushNotificationChannel Channel();
public PushNotificationChannel Channel { get; }
var pushNotificationChannel = pushNotificationCreateChannelResult.channel;
Public ReadOnly Property Channel As PushNotificationChannel

属性值

创建的推送通知通道。

适用于