다음을 통해 공유


AnnotationCollection.CopyTo Method (Annotation , Int32)

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 ( _
    array As Annotation(), _
    index As Integer _
)
'Usage
Dim instance As AnnotationCollection
Dim array As Annotation()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Annotation[] array,
    int index
)

Parameters

  • array
    Type: []

    The array to copy to.

  • index
    Type: System.Int32

    The zero-based index to start copying to.

See Also

Reference

AnnotationCollection Class

AnnotationCollection Members

CopyTo Overload

Microsoft.PerformancePoint.Scorecards Namespace