다음을 통해 공유


ItemRemovedEventArgs.RemovedEntry 속성

정의

StorageItemMostRecentlyUsedList에서 제거된 StorageFile 또는 StorageFolder에 대한 정보를 가져옵니다.

public:
 property AccessListEntry RemovedEntry { AccessListEntry get(); };
AccessListEntry RemovedEntry();
public AccessListEntry RemovedEntry { get; }
var accessListEntry = itemRemovedEventArgs.removedEntry;
Public ReadOnly Property RemovedEntry As AccessListEntry

속성 값

제거된 StorageFile 또는 StorageFolder 에 대한 정보가 들어 있는 구조체입니다.

적용 대상

추가 정보