Application.UserAppDataRegistry 属性

定义

获取用户的应用程序数据的注册表项。

public:
 static property Microsoft::Win32::RegistryKey ^ UserAppDataRegistry { Microsoft::Win32::RegistryKey ^ get(); };
public static Microsoft.Win32.RegistryKey UserAppDataRegistry { get; }
member this.UserAppDataRegistry : Microsoft.Win32.RegistryKey
Public Shared ReadOnly Property UserAppDataRegistry As RegistryKey

属性值

RegistryKey

一个 RegistryKey,它表示特定于用户的应用程序数据的注册表项。

注解

如果该密钥不存在,则会使用以下格式创建密钥:

CurrentUser\Software\CompanyName\ProductName\ProductVersion

此密钥中存储的数据是启用了漫游的用户配置文件的一部分。 漫游用户在网络上的多台计算机上工作。 漫游用户的用户配置文件保留在网络上的服务器上,并在用户登录时加载到系统上。 要考虑漫游的用户配置文件,操作系统必须支持漫游配置文件,并且必须启用它。

适用于

另请参阅