IStorageItemAccessList 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示应用为将来高效访问而存储的存储项列表。
public interface class IStorageItemAccessList
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(749729453, 56976, 18421, 178, 195, 221, 54, 201, 253, 212, 83)]
struct IStorageItemAccessList
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(749729453, 56976, 18421, 178, 195, 221, 54, 201, 253, 212, 83)]
public interface IStorageItemAccessList
Public Interface IStorageItemAccessList
- 派生
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
Entries |
获取用于从访问列表中检索存储项的对象。 |
MaximumItemsAllowed |
获取访问列表可以包含的最大存储项数。 |
方法
Add(IStorageItem) |
将新的存储项添加到访问列表。 |
Add(IStorageItem, String) |
将新的存储项和随附的元数据添加到访问列表。 |
AddOrReplace(String, IStorageItem) |
将新的存储项添加到访问列表,或替换指定的项(如果列表中已存在)。 |
AddOrReplace(String, IStorageItem, String) |
将新的存储项和随附的元数据添加到访问列表,或者替换指定的项(如果列表中已存在)。 |
CheckAccess(IStorageItem) |
确定应用是否有权访问访问列表中的指定存储项。 |
Clear() |
从访问列表中删除所有存储项。 |
ContainsItem(String) |
确定访问列表是否包含指定的存储项。 |
GetFileAsync(String) |
从列表中检索指定的 StorageFile 。 |
GetFileAsync(String, AccessCacheOptions) |
使用指定的选项从列表中检索指定的 StorageFile 。 |
GetFolderAsync(String) |
从列表中检索指定的 StorageFolder 。 |
GetFolderAsync(String, AccessCacheOptions) |
使用指定的选项从列表中检索指定的 StorageFolder 。 |
GetItemAsync(String) |
从列表中检索指定项 (,如文件或文件夹) 。 |
GetItemAsync(String, AccessCacheOptions) |
使用指定的选项从列表中检索指定项 (,例如文件或文件夹) 。 |
Remove(String) |
从访问列表中删除指定的存储项。 |