Langage

FileSavePicker.FileTypeChoices Propriété

Définition

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é

IMap<String,IVector<String>>

IDictionary<String,IList<String>>

IMap<Platform::String,IVector<Platform::String>>

IMap<winrt::hstring,IVector<winrt::hstring>>

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.

S’applique à