共用方式為


StoreServicesNotificationChannelRegistrationResult 類別

定義

提供 RegisterNotificationChannelAsync 方法所傳回之通知通道 URI 和錯誤資料的存取權。

public ref class StoreServicesNotificationChannelRegistrationResult sealed
class StoreServicesNotificationChannelRegistrationResult sealed
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class StoreServicesNotificationChannelRegistrationResult
Public NotInheritable Class StoreServicesNotificationChannelRegistrationResult
繼承
System.Object
StoreServicesNotificationChannelRegistrationResult
屬性

其他功能與需求

軟體開發套件
支援 OS 的最低版本
Windows 10 (10.0.10240.0)

備註

RegisterNotificationChannelAsync方法會傳回此型別的物件。

屬性

ErrorCode

取得發生之錯誤的程式碼。

ErrorMessage

取得發生錯誤的其他詳細資料。

NotificationChannelUri

取得用來註冊應用程式以使用 RegisterNotificationChannelAsync 方法來接收合作夥伴中心通知之通知通道的 URI。

適用於