AnnotationCollection.CopyTo-Methode (Annotation[], Int32)
Kopiert diese Auflistung in ein Array, beginnend am angegebenen 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
)
Parameter
array
Typ: []Das Array zu kopieren.
index
Typ: System.Int32Der nullbasierte Index zum Kopieren.