次の方法で共有


ClassicAppManager.FindInstalledApp(String) メソッド

定義

インストールされているクラシック デスクトップ アプリの情報を検索して返します。

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

パラメーター

appUninstallKey
String

Platform::String

winrt::hstring

アプリのアンインストール レジストリ キー。

アンインストール レジストリ キー は、次の場所にあります: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

戻り値

アプリの情報。

適用対象