FileSavePicker.FileTypeChoices 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.
Types d’extensions classés. Si ce n’est pas spécifié, autoriser tous les fichiers *.* est utilisé.
public:
property IMap<Platform::String ^, IVector<Platform::String ^> ^> ^ FileTypeChoices { IMap<Platform::String ^, IVector<Platform::String ^> ^> ^ get(); };
IMap<winrt::hstring, IVector<winrt::hstring> const&> FileTypeChoices();
public IDictionary<string,IList<string>> FileTypeChoices { get; }
var iMap = fileSavePicker.fileTypeChoices;
Public ReadOnly Property FileTypeChoices As IDictionary(Of String, IList(Of String))
Valeur de propriété
Obtient les types d’extensions classés pour le sélecteur de fichiers.
Remarques
Notez que lorsque vous autorisez l’utilisation de tous les fichiers, les utilisateurs finaux peuvent enregistrer un fichier sans extension de fichier.