PushNotificationChannel.Uri 屬性

定義

取得應用程式伺服器傳送推播通知給應用程式或系結至此通道之次要磚的統一資源識別項 (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

屬性值

String

Platform::String

winrt::hstring

應用程式伺服器用來張貼通知的統一資源識別項 (URI) (HTTPs) 。

Windows 需求

應用程式功能
internetClient

適用於

另請參閱