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