次の方法で共有


PushNotificationCreateChannelResult.Channel プロパティ

定義

CreateChannelAsync の呼び出しが成功した結果、プッシュ通知チャネルを取得します。

public:
 property PushNotificationChannel ^ Channel { PushNotificationChannel ^ get(); };
PushNotificationChannel Channel();
public PushNotificationChannel Channel { get; }
var pushNotificationChannel = pushNotificationCreateChannelResult.channel;
Public ReadOnly Property Channel As PushNotificationChannel

プロパティ値

作成されたプッシュ通知チャネル。

適用対象