Retrieves an
Action object that
defines the arguments used by the provider when it is determining
if an application of this kind is installed.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As Installer
Dim returnValue As Action
returnValue = instance.CreateDetectAction
|
Syntax
Visual Basic |
Public MustOverride Function CreateDetectAction As Action
|
C# |
public abstract Action CreateDetectAction ()
|
C++ |
public:
virtual Action^ CreateDetectAction () abstract
|
J# |
public abstract Action CreateDetectAction ()
|
JScript |
public abstract function CreateDetectAction () : Action
|
Return Value
The action object that has arguments defining the installed-state
of an application.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also