 | TriggerCollectionCopyTo Method (Int32, Trigger, Int32, Int32) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic void CopyTo(
int index,
Trigger[] array,
int arrayIndex,
int count
)
Public Sub CopyTo (
index As Integer,
array As Trigger(),
arrayIndex As Integer,
count As Integer
)
public:
void CopyTo(
int index,
array<Trigger^>^ array,
int arrayIndex,
int count
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
The zero-based index in the source at which copying begins. - array
- Type: Microsoft.Win32.TaskSchedulerTrigger
The Trigger array that is the destination of the elements copied from TriggerCollection. The Trigger array must have zero-based indexing.
- arrayIndex
- Type: SystemInt32
The zero-based index in Trigger array at which copying begins. - count
- Type: SystemInt32
The number of elements to copy.
Exceptions
See Also