Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Copies the elements of the clock vector to array, starting at the index specified by arrayIndex.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As IClockVectorElement(), _
arrayIndex As Integer _
)
'Usage
Dim instance As FeedClockVector
Dim array As IClockVectorElement()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
IClockVectorElement[] array,
int arrayIndex
)
public:
virtual void CopyTo(
array<IClockVectorElement^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array:IClockVectorElement[] *
arrayIndex:int -> unit
override CopyTo :
array:IClockVectorElement[] *
arrayIndex:int -> unit
public final function CopyTo(
array : IClockVectorElement[],
arrayIndex : int
)
Parameters
- array
Type: array<Microsoft.Synchronization.IClockVectorElement[]
Clock vector elements are copied to this array.
- arrayIndex
Type: System.Int32
Copying starts at this index.
Implements
ICollection<T>.CopyTo(array<T[], Int32)
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | array is a null reference (Nothing in Visual Basic). |
| ArgumentOutOfRangeException | arrayIndex is less than 0 or arrayIndex plus the number of items in this FeedClockVector is larger than the length of array. |