ClassicAppManager
ClassicAppManager
ClassicAppManager
ClassicAppManager
Class
Definition
A static class that is used to find installed classic desktop apps.
public : static class ClassicAppManagerpublic static class ClassicAppManagerPublic Static Class ClassicAppManager// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Management.Deployment.Preview.DeploymentPreviewContract (introduced v1)
|
Methods
FindInstalledApp(String) FindInstalledApp(String) FindInstalledApp(String) FindInstalledApp(String)
Finds and returns info for an installed classic desktop app.
public : static InstalledClassicAppInfo FindInstalledApp(PlatForm::String appUninstallKey)public static InstalledClassicAppInfo FindInstalledApp(String appUninstallKey)Public Static Function FindInstalledApp(appUninstallKey As String) As InstalledClassicAppInfo// You can use this method in JavaScript.
Parameters
- appUninstallKey
- PlatForm::String String String String
The uninstall registry key for the app.
Returns