IStorageFile2 接口

定义

表示文件。 提供有关文件及其内容以及操作方式的信息。

重要

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

public interface class IStorageFile2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2504936399, 2679, 17147, 183, 119, 194, 237, 88, 165, 46, 68)]
struct IStorageFile2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2504936399, 2679, 17147, 183, 119, 194, 237, 88, 165, 46, 68)]
public interface IStorageFile2
Public Interface IStorageFile2
派生
属性

Windows 要求

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

方法

OpenAsync(FileAccessMode, StorageOpenOptions)

通过文件打开随机访问流。

OpenTransactedWriteAsync(StorageOpenOptions)

使用指定选项打开文件的随机访问流,该流可用于事务处理写入操作。

适用于