Task Scheduler Managed Class Library
C#
Show/Hide TOC
Action
Collection
Get
Enumerator Method
Retrieves an enumeration of each of the actions.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
IEnumerator
<
Action
>
GetEnumerator
()
Return Value
IEnumerator
Action
Returns an object that implements the
IEnumerator
interface and that can iterate through the
Action
objects within the
ActionCollection
.
See Also
Reference
ActionCollection Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also