c# - Hololens 的文件选择器 : List available filepickers?

标签 c# uwp filepicker hololens

所以 HoloLens 很愚蠢,因为它一次只能识别一个 FilePicker(无论安装了多少个)。我不相信开发人员会尝试让多个文件选择器工作。

因此,我正在尝试找出自己的文件选择器,以尝试成为其他文件选择器的代理选择器。

本质上,我想制作一个显示为典型文件选择器的文件选择器选择器(如果有意义的话)。

问题是,似乎无法安装选择器列表!

我是在做白日梦吗,还是有办法从选择器列表中调用选择器?

最佳答案

目前这只是一个白日梦,但我确实希望他们能解决这个问题。根据 Windows Holographic FAQ :

Note: HoloLens will always use the first app you've installed to handle file storage and this can't be changed. That means if you install Box and then OneDrive, all apps will use the Box file picker app.

关于c# - Hololens 的文件选择器 : List available filepickers?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38781701/

相关文章:

c# - 使用从 UserControl 派生的类作为基础的 XAML 错误

xaml - 为 Unity+UWP 添加 broadFileSystemAccess 功能

c# - 以编程方式在 Windows 10 中切换焦点辅助模式

c# - 在 C# uwp 中拒绝文件访问

android - 获取文件路径而不用 flutter 将文件加载到内存中?

android - 安卓文件选择器

c# - 如何创建通用 Func 委托(delegate)

c# - 组合框未绑定(bind)

c# - 当从不同的目录运行时,记录器在 asp.net 应用程序中为 null

uwp - 如果满足条件,我可以卸载家长控制 UWP 应用程序吗?