次の方法で共有


PhoneNotificationTriggerDetails.PhoneNotificationType プロパティ

定義

受信した通知の種類を示す PhoneNotificationType 列挙の値。

public:
 property PhoneNotificationType PhoneNotificationType { PhoneNotificationType get(); };
PhoneNotificationType PhoneNotificationType();
public PhoneNotificationType PhoneNotificationType { get; }
var phoneNotificationType = phoneNotificationTriggerDetails.phoneNotificationType;
Public ReadOnly Property PhoneNotificationType As PhoneNotificationType

プロパティ値

値の一覧については、「 PhoneNotificationType」を参照してください。

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

適用対象