Share via


AppvInstaller.CreateInstallAction Method ()

 

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

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

Syntax

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

Return Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.Action

See Also

AppvInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top