Share via


AppvInstaller.CreateDetectAction Method ()

 

Retrieves an Action object that defines the parameters used by the provider when it determines if an application of this type is installed.

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

Syntax

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

Return Value

Type: Microsoft.ConfigurationManagement.ApplicationManagement.Action

See Also

AppvInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top