次の方法で共有


PhoneNotificationTriggerDetails.AppId プロパティ

定義

通知に関連付けられているアプリの ID (該当する場合)。 これはストア内のアプリの ID ではありません。 アプリを一意に識別するのは、特定の電話のアプリ インスタンスの ID です。

public:
 property Platform::String ^ AppId { Platform::String ^ get(); };
winrt::hstring AppId();
public string AppId { get; }
var string = phoneNotificationTriggerDetails.appId;
Public ReadOnly Property AppId As String

プロパティ値

String

Platform::String

winrt::hstring

アプリの ID を指定する文字列。

実装

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象