 | CorrelatedTaskEventEnumeratorCurrent Property |
Gets the element in the collection at the current position of the enumerator.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic CorrelatedTaskEvent Current { get; }
Public ReadOnly Property Current As CorrelatedTaskEvent
Get
public:
virtual property CorrelatedTaskEvent^ Current {
CorrelatedTaskEvent^ get () sealed;
}
Request Example
View SourceReturn Value
Type:
CorrelatedTaskEvent
The element in the collection at the current position of the enumerator.
See Also