是否可以 read/write 在 Windows 运行时组件中注册
Is it possible to read/write to registry in Windows Runtime Component
我正在开发 Windows 8.1 应用程序。
是否可以从 Windows 运行时组件 (.winmd) 读取和写入注册表?
您无法从 WinRT (8.1/ 10) 应用程序类型访问注册表..
但是如果你想保存数据/设置..检查 ApplicationData.Current.LocalSettings
API
我正在开发 Windows 8.1 应用程序。
是否可以从 Windows 运行时组件 (.winmd) 读取和写入注册表?
您无法从 WinRT (8.1/ 10) 应用程序类型访问注册表..
但是如果你想保存数据/设置..检查 ApplicationData.Current.LocalSettings
API