Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
NamedValueCollection Class
NamedValueCollection Methods
Add Method
AddRange Method
Clear Method
CopyTo Method
Dispose Method
GetEnumerator Method
Remove Method
RemoveAt Method
TryGetValue Method
Named
Value
Collection
Remove
At Method
Removes a selected name-value pair from the collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
void
RemoveAt
(
int
index
)
Request Example
View Source
Parameters
index
Int32
Index of the pair to remove.
See Also
Reference
NamedValueCollection Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.