Partager via


AnnotationCommentCollection.CopyTo - Méthode

Copie cette collection vers une autre collection AnnotationCommentCollection , en commençant à l'index spécifié.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Overridable Sub CopyTo ( _
    list As AnnotationCommentCollection, _
    index As Integer _
)
'Utilisation
Dim instance As AnnotationCommentCollection
Dim list As AnnotationCommentCollection
Dim index As Integer

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

Paramètres

  • index
    Type : System.Int32

    Index de base zéro pour commencer à copier vers.

Voir aussi

Référence

AnnotationCommentCollection classe

AnnotationCommentCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms