Click or drag to resize
Task Scheduler Managed Class Library

TaskFolderCollectionCopyTo Method

Copies the elements of the ICollection to an Array, starting at a particular Array index.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public void CopyTo(
	TaskFolder[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: Microsoft.Win32.TaskSchedulerTaskFolder
The one-dimensional Array that is the destination of the elements copied from ICollectionT. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also