Partager via


IStorageProviderUriSource Interface

Définition

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.

S’applique à