Freigeben über


ClassicAppManager.FindInstalledApp(String) Methode

Definition

Sucht Informationen zu einer installierten klassischen Desktop-App und gibt sie zurück.

public:
 static InstalledClassicAppInfo ^ FindInstalledApp(Platform::String ^ appUninstallKey);
 static InstalledClassicAppInfo FindInstalledApp(winrt::hstring const& appUninstallKey);
public static InstalledClassicAppInfo FindInstalledApp(string appUninstallKey);
function findInstalledApp(appUninstallKey)
Public Shared Function FindInstalledApp (appUninstallKey As String) As InstalledClassicAppInfo

Parameter

appUninstallKey
String

Platform::String

winrt::hstring

Der Deinstallationsregistrierungsschlüssel für die App.

Registrierungsschlüssel deinstallieren finden Sie unter: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

Gibt zurück

Informationen für die App.

Gilt für: