IStorageProviderUriSource 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.
Interface permettant d’obtenir un chemin d’URI de contenu et des informations.
public interface class IStorageProviderUriSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2996307665, 35808, 18786, 139, 182, 13, 76, 46, 20, 212, 122)]
struct IStorageProviderUriSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 131072)]
[Windows.Foundation.Metadata.Guid(2996307665, 35808, 18786, 139, 182, 13, 76, 46, 20, 212, 122)]
public interface IStorageProviderUriSource
Public Interface IStorageProviderUriSource
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Desktop Extension SDK (introduit dans 10.0.17134.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduit dans v2.0)
|
Méthodes
GetContentInfoForPath(String, StorageProviderGetContentInfoForPathResult) |
Obtient des informations sur un URI de fournisseur de stockage en fonction du chemin d’accès de l’URI. |
GetPathForContentUri(String, StorageProviderGetPathForContentUriResult) |
Obtient le chemin d’accès de l’URI de contenu en fonction du nom de l’URI. |