FindAppointmentsOptions.CalendarIds プロパティ

定義

予定の検索クエリに含まれる予定表 ID の一覧を取得します。 このリストが空の場合、すべての予定表から予定が返されます。

public:
 property IVector<Platform::String ^> ^ CalendarIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> CalendarIds();
public IList<string> CalendarIds { get; }
var iVector = findAppointmentsOptions.calendarIds;
Public ReadOnly Property CalendarIds As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

予定表 ID の一覧。

Windows の要件

アプリの機能
appointmentsSystem

適用対象