PhoneNotificationTriggerDetails.PhoneNotificationType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Valor de la enumeración PhoneNotificationType que indica el tipo de notificación recibida.
public:
property PhoneNotificationType PhoneNotificationType { PhoneNotificationType get(); };
PhoneNotificationType PhoneNotificationType();
public PhoneNotificationType PhoneNotificationType { get; }
var phoneNotificationType = phoneNotificationTriggerDetails.phoneNotificationType;
Public ReadOnly Property PhoneNotificationType As PhoneNotificationType
Valor de propiedad
Para obtener una lista de valores, vea PhoneNotificationType.
Requisitos de Windows
Características de aplicaciones |
accessoryManager
|
Comentarios
Llamar a esta API requiere que se especifiquen las funcionalidades ID_CAP_SMS y ID_CAP_SMS_COMPANION en el manifiesto de aplicación.