다음을 통해 공유


VersionInfoCollection.CopyTo Method

Copies this collection to another VersionInfoCollection collection, starting at the specified index.

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

  • index
    Type: System.Int32

    The zero-based index to start copying to.

See Also

Reference

VersionInfoCollection Class

VersionInfoCollection Members

Microsoft.PerformancePoint.Scorecards Namespace