AnnotationCommentCollection.ItemAt - Méthode
Obtient l'objet à 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 Function ItemAt ( _
index As Integer _
) As AnnotationComment
'Utilisation
Dim instance As AnnotationCommentCollection
Dim index As Integer
Dim returnValue As AnnotationComment
returnValue = instance.ItemAt(index)
public virtual AnnotationComment ItemAt(
int index
)
Paramètres
index
Type : System.Int32Index de base zéro.
Valeur renvoyée
Type : Microsoft.PerformancePoint.Scorecards.AnnotationComment
L'objet à l'index spécifié.
Voir aussi
Référence
AnnotationCommentCollection classe