次の方法で共有


CalendarChangedNotificationTriggerDetails.ItemId プロパティ

定義

予定表アイテムの識別子を表します。

public:
 property Platform::String ^ ItemId { Platform::String ^ get(); };
winrt::hstring ItemId();
public string ItemId { get; }
var string = calendarChangedNotificationTriggerDetails.itemId;
Public ReadOnly Property ItemId As String

プロパティ値

String

Platform::String

winrt::hstring

予定表アイテムのアイテム識別子。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象