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) |