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