JumpList.Items 属性

定义

获取跳转列表的 JumpListItem 的列表。 Items 的类型为 IVector (JumpListItem)

public:
 property IVector<JumpListItem ^> ^ Items { IVector<JumpListItem ^> ^ get(); };
IVector<JumpListItem> Items();
public IList<JumpListItem> Items { get; }
var iVector = jumpList.items;
Public ReadOnly Property Items As IList(Of JumpListItem)

属性值

跳转列表的 JumpListItem 列表。

注解

应用可以通过添加项、删除项或修改现有项来修改集合。 应用使用 SaveAsync 保存跳转列表后,对集合所做的更改将反映在向用户显示的跳转列表中。

适用于