 | 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.12.0
Syntaxpublic int IndexOf(
string actionId
)
Request Example
View SourceParameters
- actionId String
- The id ( Id) of the action to be retrieved.
Return Value
Int32The index of
actionId if found in the list; otherwise, -1.
See Also