IStorageFile 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface class IStorageFile : IStorageItem, IInputStreamReference, IRandomAccessStreamReference
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4198457734, 16916, 17036, 166, 76, 20, 201, 172, 115, 21, 234)]
struct IStorageFile : IStorageItem, IInputStreamReference, IRandomAccessStreamReference
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4198457734, 16916, 17036, 166, 76, 20, 201, 172, 115, 21, 234)]
public interface IStorageFile : IStorageItem, IInputStreamReference, IRandomAccessStreamReference
Public Interface IStorageFile
Implements IInputStreamReference, IRandomAccessStreamReference, IStorageItem
- 派生
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
documentsLibrary
musicLibrary
picturesLibrary
videosLibrary
|
属性
Attributes |
获取存储项的属性。 (继承自 IStorageItem) |
ContentType |
获取文件内容的 MIME 类型。 |
DateCreated |
获取创建当前项的日期和时间。 (继承自 IStorageItem) |
FileType |
获取文件类型 (文件扩展名) 。 |
Name |
获取项的名称,包括文件扩展名(如果有)。 (继承自 IStorageItem) |
Path |
如果项具有路径,则获取项的完整文件系统路径。 (继承自 IStorageItem) |