AccessListEntry 구조체

정의

목록의 StorageFile 또는 StorageFolder 개체에 대한 식별자 및 메타데이터를 포함하는 목록 항목을 나타냅니다.

public value class AccessListEntry
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct AccessListEntry
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct AccessListEntry
var accessListEntry = {
token : /* Your value */,
metadata : /* Your value */
}
Public Structure AccessListEntry
상속
AccessListEntry
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

AccessListEntry 구조체의 필드는 StorageFile 또는 StorageFolderStorageItemAccessList 또는 StorageItemMostRecentlyUsedList에 추가할 때 앱에 의해 설정됩니다.

목록의 항목에 대한 AccessListEntry는 AccessListEntryView.First 또는 AccessListEntryView.GetAt 메서드 또는 ItemRemovedEventArgs.RemovedEntry 속성에서 액세스할 수 있습니다.

필드

Metadata

목록의 StorageFile 또는 StorageFolder 와 연결된 선택적 앱 지정 메타데이터입니다.

Token

목록에 있는 StorageFile 또는 StorageFolder 의 식별자입니다.

적용 대상

추가 정보