次の方法で共有


ReminderNotificationTriggerDetails.Details プロパティ

定義

アラームの追加の詳細。

public:
 property Platform::String ^ Details { Platform::String ^ get(); };
winrt::hstring Details();
public string Details { get; }
var string = reminderNotificationTriggerDetails.details;
Public ReadOnly Property Details As String

プロパティ値

String

Platform::String

winrt::hstring

アラームの追加の詳細を含む文字列。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象