다음을 통해 공유


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를 사용하여 점프 목록을 저장하면 컬렉션의 변경 내용이 사용자에게 표시된 점프 목록에 반영됩니다.

적용 대상