Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionIndexOf Method (Action)

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public int IndexOf(
	Action item
)
Request Example View Source

Parameters

item
Type: Microsoft.Win32.TaskSchedulerAction
The object to locate in the IListT.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.
See Also