【问题标题】:Windows Phone 8.1 - FileOpenPicker filter by nameWindows Phone 8.1 - FileOpenPicker 按名称过滤
【发布时间】:2015-01-23 05:22:28
【问题描述】:

我正在开发一个 Windows Phone 应用程序(Windows 运行时,而不是 Windows Phone Silverlight 8.1)。在其中,我必须让用户选择多张照片来对它们进行一些处理。为此,我使用了 FileOpenPicker 类,它运行良好。但我只想显示名称不以给定字符串开头的图片,例如“abc-”。因此,在这种情况下,我只希望 FileOpenPicker 显示名称不以“abc-”开头的图片。 那么,有可能做到这一点吗?如果不可能,我该如何完成? 谢谢你。 (我正在使用

启动 FileOpenPicker
fileOpenPicker.PickMultipleFilesAndContinue();

【问题讨论】:

    标签: c# windows-phone windows-phone-8.1


    【解决方案1】:

    不,这是不可能的。您只能根据文件类型进行过滤。

    您可以在Windows Dev Platform Feedback site 上发布或投票支持功能请求。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-07-30
      • 1970-01-01
      • 2016-04-09
      • 2023-04-03
      • 1970-01-01
      相关资源
      最近更新 更多