FileSavePickerUI.FileName 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 fichier complet du fichier à enregistrer, y compris l’extension de type de fichier. Le nom de fichier et l’extension sont spécifiés par l’utilisateur.
public:
property Platform::String ^ FileName { Platform::String ^ get(); };
winrt::hstring FileName();
public string FileName { get; }
var string = fileSavePickerUI.fileName;
Public ReadOnly Property FileName As String
Valeur de propriété
Nom de fichier complet, y compris l’extension de type de fichier.