Share via


BpmPropertyCollection.CopyTo Method (Microsoft.PerformancePoint.Scorecards)

Copies contents into a collection, starting at a specific index.

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

Syntax

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

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

Parameters

  • list
    The collection where new BpmProperty objects will be added.
  • index
    The index to start copying from.

See Also

Reference

BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace