C# Class Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList

Inheritance: IStorageItemMostRecentlyUsedList, IStorageItemAccessList
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
CheckAccess ( [ file ) : bool
Clear ( ) : void
ContainsItem ( [ token ) : bool
Remove ( [ token ) : void

Private Methods

Méthode Description
Add ( [ file ) : string
Add ( [ file, [ metadata ) : string
AddOrReplace ( [ token, [ file ) : void
AddOrReplace ( [ token, [ file, [ metadata ) : void
GetFileAsync ( [ token ) : IAsyncOperation
GetFileAsync ( [ token, [ options ) : IAsyncOperation
GetFolderAsync ( [ token ) : IAsyncOperation
GetFolderAsync ( [ token, [ options ) : IAsyncOperation
GetItemAsync ( [ token ) : IAsyncOperation
GetItemAsync ( [ token, [ options ) : IAsyncOperation

Method Details

CheckAccess() public méthode

public CheckAccess ( [ file ) : bool
file [
Résultat bool

Clear() public méthode

public Clear ( ) : void
Résultat void

ContainsItem() public méthode

public ContainsItem ( [ token ) : bool
token [
Résultat bool

Remove() public méthode

public Remove ( [ token ) : void
token [
Résultat void