TaskCollectionItem(Int32) Property
Gets the specified registered task from the collection.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public Task this[
int index
] { get; }
- index Int32
- The index of the registered task to be retrieved.
TaskA
Task instance that contains the requested context.