Application.CommonAppDataRegistry Eigenschap

Definitie

Haalt de registersleutel op voor de toepassingsgegevens die worden gedeeld door alle gebruikers.

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

Waarde van eigenschap

Een RegistryKey vertegenwoordiging van de registersleutel van de toepassingsgegevens die worden gedeeld door alle gebruikers.

Opmerkingen

Als de sleutel niet bestaat, wordt deze gemaakt in de volgende indeling:

LocalMachine\Software\CompanyName\ProductName\ProductVersion

Van toepassing op