Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.5 KB

actioncollection-item.md

File metadata and controls

74 lines (44 loc) · 1.5 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
ActionCollection.Item property
For scripting, gets a specified action from the collection.
a5567c82-2d56-4c3e-894c-ca6d432a3358
Item property Task Scheduler
Item property Task Scheduler , ActionCollection object
ActionCollection object Task Scheduler , Item property
apiref
ActionCollection.Item
taskschd.dll
COM
reference
05/31/2018

ActionCollection.Item property

For scripting, gets a specified action from the collection.

Syntax

ActionCollection.Item( _
  ByVal Index _
) As Action

Property value

An Action object that represents the requested action.

Remarks

Collections are 1-based. In other words, the index for the first item in the collection is 1.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler

ActionCollection