 | ActionCollectionInsert Method |
Inserts an action at the specified index.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxpublic void Insert(
int index,
Action action
)
Request Example
View SourceParameters
- index Int32
- The zero-based index at which action should be inserted.
- action Action
- The action to insert into the list.
See Also