Compartilhar via


PushNotificationCreateChannelResult.Channel Propriedade

Definição

Obtém o canal de notificação por push resultante de uma chamada bem-sucedida para CreateChannelAsync.

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

Valor da propriedade

O canal de notificação por push criado.

Aplica-se a