 | ActionCollectionInsert Method |
Inserts an action at the specified index.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic void Insert(
int index,
Action action
)
Public Sub Insert (
index As Integer,
action As Action
)
public:
virtual void Insert(
int index,
Action^ action
) sealed
Request Example
View SourceParameters
- index
- Type: SystemInt32
The zero-based index at which action should be inserted. - action
- Type: Microsoft.Win32.TaskSchedulerAction
The action to insert into the list.
See Also