ActionCollectionIndexOf(Action) Method
Determines the index of a specific item in the
IListT.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public int IndexOf(
Action item
)
- item Action
- The object to locate in the IListT.
Int32The index of
item if found in the list; otherwise, -1.