Compartir a través de


Schedule.ICollection.CopyTo Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Private Sub CopyTo ( _
    a As Array, _
    index As Integer _
) Implements ICollection.CopyTo
'Usage
Dim instance As Schedule
Dim a As Array
Dim index As Integer

CType(instance, ICollection).CopyTo(a, index)
void ICollection.CopyTo(
    Array a,
    int index
)

Parameters

Implements

ICollection.CopyTo(Array, Int32)