PushNotificationChannel.Uri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式伺服器傳送推播通知給應用程式或系結至此通道之次要磚的統一資源識別項 (URI) 。 此統一資源識別項 (URI) 會傳輸至協力廠商應用程式伺服器並儲存。
public:
property Platform::String ^ Uri { Platform::String ^ get(); };
winrt::hstring Uri();
public string Uri { get; }
var string = pushNotificationChannel.uri;
Public ReadOnly Property Uri As String
屬性值
應用程式伺服器用來張貼通知的統一資源識別項 (URI) (HTTPs) 。
Windows 需求
應用程式功能 |
internetClient
|