Freigeben über


CommentCollection.CopyTo-Methode

Kopiert diese Auflistung in einen anderen CommentCollection -Auflistung, beginnend am angegebenen Index.

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
)

Parameter

  • index
    Typ: System.Int32

    Der nullbasierte Index zum Kopieren.

Siehe auch

Referenz

CommentCollection Klasse

CommentCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace