IStorageFile2 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un fichier. Fournit des informations sur le fichier et son contenu, ainsi que sur les façons de les manipuler.
Important
Si vous souhaitez simplement utiliser des fichiers dans votre application, consultez la classe 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
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Méthodes
OpenAsync(FileAccessMode, StorageOpenOptions) |
Ouvre un flux d’accès aléatoire sur le fichier. |
OpenTransactedWriteAsync(StorageOpenOptions) |
Ouvre un flux d’accès aléatoire au fichier qui peut être utilisé pour les opérations d’écriture transactionnée avec les options spécifiées. |