PushNotificationCreateChannelResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
プロパティ
Channel |
CreateChannelAsync の呼び出しが成功した結果、プッシュ通知チャネルを取得します。 |
ExtendedError |
チャネルの作成時に表示される最後の拡張エラーを取得します。 |
Status |
CreateChannelAsync の呼び出しで開始されたプッシュ チャネル作成要求の状態を取得します。 |