次の方法で共有


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 を使用してジャンプ リストを保存すると、コレクションへの変更がユーザーに表示されるジャンプ リストに反映されます。

適用対象