次の方法で共有


IAccessoryNotificationTriggerDetails インターフェイス

定義

アクセサリ通知データのコレクションを表します。

public interface class IAccessoryNotificationTriggerDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1768466388, 58314, 18891, 140, 135, 44, 17, 205, 255, 150, 70)]
struct IAccessoryNotificationTriggerDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.Guid(1768466388, 58314, 18891, 140, 135, 44, 17, 205, 255, 150, 70)]
public interface IAccessoryNotificationTriggerDetails
Public Interface IAccessoryNotificationTriggerDetails
派生
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)
アプリの機能
accessoryManager

注釈

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

プロパティ

AccessoryNotificationType

受信した通知の種類を指定する AccessoryNotificationType

AppDisplayName

通知を生成したアプリの表示名を表します。

AppId

通知を生成したアプリのインスタンス ID を表します。

StartedProcessing

アクセサリが通知の処理を開始したかどうかを指定します。

TimeCreated

通知が作成された日時を表します。

適用対象