Windows runtime 是否可以在Windows运行时组件中读取/写入注册表

Windows runtime 是否可以在Windows运行时组件中读取/写入注册表,windows-runtime,registry,windows-8.1,read-write,winmd,Windows Runtime,Registry,Windows 8.1,Read Write,Winmd,我正在开发一个Windows8.1应用程序 是否可以从Windows运行时组件(.winmd)读取和写入注册表?您无法从WinRT(8.1/10)应用程序类型访问注册表。。 但是如果您想保存数据/设置。。检查ApplicationData.Current.LocalSettingsAPI您无法从WinRT(8.1/10)应用程序类型访问注册表。。 但是如果您想保存数据/设置。。检查ApplicationData.Current.LocalSettingsAPI,不幸的是,这还不够。我需要一种与外

我正在开发一个Windows8.1应用程序


是否可以从Windows运行时组件(.winmd)读取和写入注册表?

您无法从WinRT(8.1/10)应用程序类型访问注册表。。
但是如果您想保存数据/设置。。检查
ApplicationData.Current.LocalSettings
API

您无法从WinRT(8.1/10)应用程序类型访问注册表。。
但是如果您想保存数据/设置。。检查
ApplicationData.Current.LocalSettings
API

,不幸的是,这还不够。我需要一种与外部windows服务通信的方式,我认为注册表将是最好的选择
ApplicationData.Current.LocalSettings
无法从windows服务访问。对,但除非在同一台计算机上安装了win32应用程序以与注册表通信并访问注册表,否则无法访问注册表数据。。好的,幸运的是这还不够。我需要一种与外部windows服务通信的方式,我认为注册表将是最好的选择
ApplicationData.Current.LocalSettings
无法从windows服务访问。对,但除非在同一台计算机上安装了win32应用程序以与注册表通信并访问注册表,否则无法访问注册表数据。。祝你好运