IStorageFolder2 接口

定义

操作文件夹及其内容,并提供有关它们的信息。

重要

如果只想使用应用中的文件夹,请参阅 StorageFolder 类。

public interface class IStorageFolder2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3894929593, 2265, 19086, 160, 172, 254, 94, 211, 203, 187, 211)]
struct IStorageFolder2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3894929593, 2265, 19086, 160, 172, 254, 94, 211, 203, 187, 211)]
public interface IStorageFolder2
Public Interface IStorageFolder2
派生
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

重要

如果只想使用应用中的文件夹,请参阅 StorageFolder 类。

方法

TryGetItemAsync(String)

尝试使用项的名称从当前文件夹获取单个文件或子文件夹。

适用于

另请参阅