Application.CommonAppDataRegistry 屬性

定義

取得所有使用者之間共用之應用程式資料的登錄機碼。

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

屬性值

RegistryKey,代表所有使用者之間共用之應用程式資料的登錄機碼。

備註

如果機碼不存在,則會以下列格式建立:

LocalMachine\Software\CompanyName\ProductName\ProductVersion

適用於