C# Class Windows.Storage.AccessCache.StorageItemAccessList

Inheritance: IStorageItemAccessList
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
CheckAccess ( [ file ) : bool
Clear ( ) : void
ContainsItem ( [ token ) : bool
Remove ( [ token ) : void

Private Methods

Method 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 method

public CheckAccess ( [ file ) : bool
file [
return bool

Clear() public method

public Clear ( ) : void
return void

ContainsItem() public method

public ContainsItem ( [ token ) : bool
token [
return bool

Remove() public method

public Remove ( [ token ) : void
token [
return void