ActionCollectionGetEnumerator 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.0
public IEnumerator<Action> GetEnumerator()

Return Value

IEnumeratorAction
Returns an object that implements the IEnumerator interface and that can iterate through the Action objects within the ActionCollection.

See Also