 | NamedValueCollectionRemoveAt 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.10.1
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
void RemoveAt(
int index
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
Index of the pair to remove.
See Also