Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.02 KB

storageitemaccesslist_getitemasync_846160290.md

File metadata and controls

30 lines (21 loc) · 1.02 KB
-api-id -api-type
M:Windows.Storage.AccessCache.StorageItemAccessList.GetItemAsync(System.String,Windows.Storage.AccessCache.AccessCacheOptions)
winrt method

Windows.Storage.AccessCache.StorageItemAccessList.GetItemAsync

-description

Retrieves the specified item (like a file or folder) from the list using the specified options.

-parameters

-param token

The token of the item to retrieve.

-param options

The enum value that describes the behavior to use when the app accesses the item.

-returns

When this method completes successfully, it returns the item (type IStorageItem) that is associated with the specified token.

-remarks

-examples

-see-also

GetItemAsync(String), IStorageItem