PushNotificationChannel.Uri 属性

定义

获取表示推送通知通道的 URI。

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = pushNotificationChannel.uri;
Public ReadOnly Property Uri As Uri

属性值

注解

云服务使用此 URI 向设备发送通知,如果进程已在运行,则调用 PushReceived 事件,或者启动新进程(如果尚未启动)。

适用于