Share via


BpmPropertyCollection.CopyTo Method

Copies this collection to another BpmPropertyCollection 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 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

  • index
    Type: System.Int32

    The zero-based index in the target collection to start copying to.

See Also

Reference

BpmPropertyCollection Class

BpmPropertyCollection Members

Microsoft.PerformancePoint.Scorecards Namespace