Task Scheduler Managed Class Library
C#
Show/Hide TOC
Trigger
Collection
Get
Enumerator Method
Gets the collection enumerator for this collection.
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
<
Trigger
>
GetEnumerator
()
Return Value
IEnumerator
Trigger
The
IEnumerator
T
for this collection.
See Also
Reference
TriggerCollection Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
See Also