FindAppointmentsOptions.FetchProperties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得將填入尋找約會查詢結果中資料的約會屬性名稱清單。
public:
property IVector<Platform::String ^> ^ FetchProperties { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> FetchProperties();
public IList<string> FetchProperties { get; }
var iVector = findAppointmentsOptions.fetchProperties;
Public ReadOnly Property FetchProperties As IList(Of String)
屬性值
約會屬性名稱的清單。
Windows 需求
應用程式功能 |
appointmentsSystem
|
備註
即使未在 FetchProperties 清單中明確指定這些屬性,下列屬性一律會從尋找約會查詢傳回。
有效的屬性清單記載于 AppointmentProperties 類別中。