CommentCollection.CopyTo Method (Microsoft.PerformancePoint.Scorecards)
Copies the collection to the specified collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Sub CopyTo ( _
list As CommentCollection, _
index As Integer _
)
'Usage
Dim instance As CommentCollection
Dim list As CommentCollection
Dim index As Integer
instance.CopyTo(list, index)
public virtual void CopyTo (
CommentCollection list,
int index
)
Parameters
- list
The collection to copy the items in this collection to.
- index
The zero-based index at which copying begins.
See Also
Reference
CommentCollection Class
CommentCollection Members
Microsoft.PerformancePoint.Scorecards Namespace