FindAppointmentsOptions.CalendarIds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将包含在查找约会查询中的日历 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)
属性值
日历 ID 的列表。
Windows 要求
应用功能 |
appointmentsSystem
|