AnnotationCommentCollection.IndexOf - Méthode
Renvoie l'index de l'objet 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 IndexOf ( _
value As AnnotationComment _
) As Integer
'Utilisation
Dim instance As AnnotationCommentCollection
Dim value As AnnotationComment
Dim returnValue As Integer
returnValue = instance.IndexOf(value)
public virtual int IndexOf(
AnnotationComment value
)
Paramètres
value
Type : Microsoft.PerformancePoint.Scorecards.AnnotationCommentL'objet spécifié.
Valeur renvoyée
Type : System.Int32
Index de base zéro de la première occurrence de l'objet, si elle est trouvée ; dans le cas contraire -1.
Voir aussi
Référence
AnnotationCommentCollection classe