Share via


AppvInstaller.CreateUninstallAction Method ()

 

Retrieves an Action object that defines the arguments used by the provider when the provider uninstalls this type of application.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement.AppVInstaller (in Microsoft.ConfigurationManagement.ApplicationManagement.AppVInstaller.dll)

Syntax

public override Action CreateUninstallAction()
public:
virtual Action^ CreateUninstallAction() override
Public Overrides Function CreateUninstallAction As Action

Return Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.Action

See Also

AppvInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top