共用方式為


JumpList.Items 屬性

定義

取得 JumpListItem的快捷方式清單。 專案的類型為 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儲存跳躍清單之後,集合的變更將會反映在向使用者顯示的快捷方式清單中。

適用於