PushNotificationChannel.Uri 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示推送通知通道的 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 事件,或者启动新进程(如果尚未启动)。