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

适用于