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