SettingCollection.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 SettingCollection, _
    index As Integer _
)
'Usage
Dim instance As SettingCollection
Dim list As SettingCollection
Dim index As Integer

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

Parameters

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

See Also

Reference

SettingCollection Class
SettingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace