Application.CommonAppDataRegistry 属性

定义

获取所有用户共享的应用程序数据的注册表项。

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

属性值

RegistryKey

一个 RegistryKey,它表示所有用户共享的应用程序数据的注册表项。

注解

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

LocalMachine\Software\CompanyName\ProductName\ProductVersion

适用于