Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies this collection to an array, starting at the specified index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
list As Array, _
index As Integer _
)
'Usage
Dim instance As AnnotationCollection
Dim list As Array
Dim index As Integer
instance.CopyTo(list, index)
public void CopyTo(
Array list,
int index
)
Parameters
list
Type: System.ArrayThe array to copy to.
index
Type: System.Int32The zero-based index to start copying to.
Implements
ICollection.CopyTo(Array, Int32)