次の方法で共有


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 の呼び出しで開始されたプッシュ チャネル作成要求の状態を取得します。

適用対象