Windows 通用应用程序的应用程序配置文件

Application configuration files for Windows Universal app

我开发了一个 Windows 适用于平板电脑和手机的 8.1 通用应用程序。

是否有任何与我们过去在 win 8.1 平板电脑和手机的桌面应用程序中拥有的 App.config 文件等效的文件?

网上搜索一无所获。

没有直接等价物,您需要自己创建类似的东西。

尝试在 Windows.Storage 命名空间中使用 ApplicationData.Current.LocalSettings。 请参考:Loading and saving settings