Appointment.LocalId プロパティ

定義

ローカル デバイス上の予定を一意に識別する文字列を取得します。

public:
 property Platform::String ^ LocalId { Platform::String ^ get(); };
winrt::hstring LocalId();
public string LocalId { get; }
var string = appointment.localId;
Public ReadOnly Property LocalId As String

プロパティ値

String

Platform::String

winrt::hstring

ローカル デバイス上の予定を一意に識別する文字列。

Windows の要件

アプリの機能
appointmentsSystem

注釈

このプロパティで取得された ID は、ローカル デバイスで一意であることが保証されます。 デバイス間で予定を関連付けるには、 RoamingId を使用します

適用対象