IStorageItem.Path Propriété
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.
Obtient le chemin d’accès complet du système de fichiers de l’élément, si l’élément a un chemin d’accès.
public:
property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = iStorageItem.path;
Public ReadOnly Property Path As String
Valeur de propriété
Chemin d’accès complet de l’élément, si l’élément a un chemin d’accès dans le système de fichiers de l’utilisateur.
Remarques
Ne vous fiez pas à cette propriété pour accéder à un élément, car certains éléments peuvent ne pas avoir de chemins d’accès au système de fichiers. Par exemple, si l’élément est sauvegardé par un URI ou a été choisi à l’aide du sélecteur de fichiers, il n’est pas garanti qu’il dispose d’un chemin d’accès au système de fichiers.