 | TriggerCollectionCopyTo Method (Trigger, Int32) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic void CopyTo(
Trigger[] array,
int arrayIndex
)
Public Sub CopyTo (
array As Trigger(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<Trigger^>^ array,
int arrayIndex
) sealed
Request Example
View SourceParameters
- array
- Type: Microsoft.Win32.TaskSchedulerTrigger
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