AnnotationCommentCollection.Insert - Méthode
Insère un objet dans 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 Insert ( _
index As Integer, _
value As AnnotationComment _
)
'Utilisation
Dim instance As AnnotationCommentCollection
Dim index As Integer
Dim value As AnnotationComment
instance.Insert(index, value)
public virtual void Insert(
int index,
AnnotationComment value
)
Paramètres
index
Type : System.Int32Index de base zéro.
value
Type : Microsoft.PerformancePoint.Scorecards.AnnotationCommentL'objet à insérer.
Voir aussi
Référence
AnnotationCommentCollection classe