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
list
Type : Microsoft.PerformancePoint.Scorecards.AnnotationCommentCollectionLa collection de copier vers.
index
Type : System.Int32Index de base zéro pour commencer à copier vers.
Voir aussi
Référence
AnnotationCommentCollection classe