共用方式為


FindAppointmentsOptions.CalendarIds 屬性

定義

取得將包含在尋找約會查詢中的行事曆識別碼清單。 如果這份清單是空的,則會從所有行事曆傳回約會。

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>

行事曆識別碼的清單。

Windows 需求

應用程式功能
appointmentsSystem

適用於