IStorageItem.Name 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 nom de l’élément, y compris l’extension de nom de fichier le cas échéant.
public:
property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = iStorageItem.name;
Public ReadOnly Property Name As String
Valeur de propriété
Nom de l’élément, y compris l’extension de nom de fichier le cas échéant.
Remarques
Si l’élément est un fichier, ce nom inclut l’extension de nom de fichier.