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 类中记录了有效属性的列表。

适用于

另请参阅