ActionCollectionIndexOf(String) 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(
string actionId
)
- actionId String
- The id ( Id) of the action to be retrieved.
Int32The index of
actionId if found in the list; otherwise, -1.