Application.CommonAppDataRegistry Eigenschaft

Definition

Ruft den Registrierungsschlüssel für die Anwendungsdaten ab, die für alle Benutzer freigegeben sind.

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

Eigenschaftswert

A RegistryKey representing the registry key of the application data that is shared among all users.

Hinweise

Wenn der Schlüssel nicht vorhanden ist, wird er im folgenden Format erstellt:

LocalMachine\Software\CompanyName\ProductName\ProductVersion

Gilt für: