JumpList.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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儲存跳躍清單之後,集合的變更將會反映在向使用者顯示的快捷方式清單中。