PhoneNotificationTriggerDetails.PhoneNotificationType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um valor da enumeração PhoneNotificationType que indica o tipo de notificação recebida.
public:
property PhoneNotificationType PhoneNotificationType { PhoneNotificationType get(); };
PhoneNotificationType PhoneNotificationType();
public PhoneNotificationType PhoneNotificationType { get; }
var phoneNotificationType = phoneNotificationTriggerDetails.phoneNotificationType;
Public ReadOnly Property PhoneNotificationType As PhoneNotificationType
Valor da propriedade
Para obter uma lista de valores, consulte PhoneNotificationType.
Requisitos do Windows
Funcionalidades do aplicativo |
accessoryManager
|
Comentários
Chamar essa API requer que os recursos ID_CAP_SMS e ID_CAP_SMS_COMPANION sejam especificados no manifesto do aplicativo.