Microsoft.Windows.Storage.Picker: Request FileTypeChoices for FileOpenPicker #5255
ghost1372
started this conversation in
Feedback wanted
Replies: 1 comment
-
@DinahK-2SO yes, by all means. I also believe that other developers also want this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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