Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
ActionCollection Class
ActionCollection Methods
IndexOf Method
IndexOf(Action) Method
IndexOf(String) Method
Action
Collection
Index
Of(Action) Method
Determines the index of a specific item in the
IList
T
.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
int
IndexOf
(
Action
item
)
Request Example
View Source
Parameters
item
Action
The object to locate in the
IList
T
.
Return Value
Int32
The index of
item
if found in the list; otherwise, -1.
See Also
Reference
ActionCollection Class
IndexOf Overload
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.