 | TaskCollectionItem Property (Int32) |
Gets the specified registered task from the collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic Task this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Task
Get
public:
virtual property Task^ default[int index] {
Task^ get (int index) sealed;
}
Request Example
View SourceParameters
- index
- Type: SystemInt32
The index of the registered task to be retrieved.
Return Value
Type:
TaskA
Task instance that contains the requested context.
See Also