FindAppointmentsOptions.CalendarIds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得將包含在尋找約會查詢中的行事曆識別碼清單。 如果這份清單是空的,則會從所有行事曆傳回約會。
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)
屬性值
行事曆識別碼的清單。
Windows 需求
應用程式功能 |
appointmentsSystem
|