共用方式為


PushNotificationCreateChannelResult 類別

定義

表示以呼叫 CreateChannelAsync起始的推播通道建立要求結果。

public ref class PushNotificationCreateChannelResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.PushNotifications.PushNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PushNotificationCreateChannelResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.PushNotifications.PushNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PushNotificationCreateChannelResult
Public NotInheritable Class PushNotificationCreateChannelResult
繼承
Object Platform::Object IInspectable PushNotificationCreateChannelResult
屬性

屬性

Channel

取得成功呼叫 CreateChannelAsync所產生的推播通知通道。

ExtendedError

取得通道建立期間看到的最後一個擴充錯誤。

Status

取得呼叫 CreateChannelAsync所起始的推播通道建立要求狀態。

適用於