我正在寻找适用于Windows10的触摸屏友好型文件选择器。在Windows8和8.1中,我使用了FileOpenPicker:FileOpenPickerfileOpenPicker=newFileOpenPicker();fileOpenPicker.FileTypeFilter.Add(".wma");fileOpenPicker.FileTypeFilter.Add(".mp3");fileOpenPicker.SuggestedStartLocation=PickerLocationId.VideosLibrary;fileOpenPicker.ViewMode=Picker