Microsoft.Windows.Storage.Picker: Request FileTypeChoices for FileOpenPicker #5255
Replies: 2 comments
-
@DinahK-2SO yes, by all means. I also believe that other developers also want this. |
Beta Was this translation helpful? Give feedback.
-
I'm closing this discussion because it's implemented here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This request was created based on the explanation here.
#5155 (comment)
Currently, the FileSavePicker allows setting detailed file extensions using the FileTypeChoices property, as demonstrated below:
However, the FileOpenPicker relies on the FileTypeFilter property, which only accepts extensions without additional details. Introducing a FileTypeChoices property for FileOpenPicker would enhance its functionality by enabling the inclusion of detailed file extension descriptions.
Beta Was this translation helpful? Give feedback.
All reactions