Allows access to the action processor's action collection.
[Visual Basic 6.0] Property Actions As IActionCollection
[Visual Basic .NET] Public Property Actions As ActionCollection
[C#] public ActionCollection Actions {get; set;}
[Java] public IActionCollection getActions() throws IOException, AutomationException
[Java] public void setActionsByRef( IActionCollection pActionCollection ) throws IOException, AutomationException
[C++] HRESULT get_Actions( IActionCollection** piActions );
[C++] HRESULT putref_Actions( IActionCollection* piActions);
Parameters
piActions [out, retval]
piActions is a parameter of type IActionCollection
piActions [in]
piActions is a parameter of type IActionCollection
This property allows access to the Action Processor's Action Collection. The action collection contains all actions that the processor is processing.