Share via


VersionInfoCollection.CopyTo Method (Microsoft.PerformancePoint.Scorecards)

Copies contents starting at index into the supplied collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub CopyTo ( _
    list As VersionInfoCollection, _
    index As Integer _
)
'Usage
Dim instance As VersionInfoCollection
Dim list As VersionInfoCollection
Dim index As Integer

instance.CopyTo(list, index)
public virtual void CopyTo (
    VersionInfoCollection list,
    int index
)

Parameters

  • list
    The collection where newVersionInfoobjects will be added.
  • index
    The index to start copying from.

See Also

Reference

VersionInfoCollection Class
VersionInfoCollection Members
Microsoft.PerformancePoint.Scorecards Namespace