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 の識別子。

適用対象

こちらもご覧ください