共用方式為


FindAppointmentsOptions.FetchProperties 屬性

定義

取得將填入尋找約會查詢結果中資料的約會屬性名稱清單。

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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

約會屬性名稱的清單。

Windows 需求

應用程式功能
appointmentsSystem

備註

即使未在 FetchProperties 清單中明確指定這些屬性,下列屬性一律會從尋找約會查詢傳回。

有效的屬性清單記載于 AppointmentProperties 類別中。

適用於

另請參閱