AnnotationCommentCollection.Add - Méthode
Ajoute un objet à la fin de cette collection.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Overridable Sub Add ( _
value As AnnotationComment _
)
'Utilisation
Dim instance As AnnotationCommentCollection
Dim value As AnnotationComment
instance.Add(value)
public virtual void Add(
AnnotationComment value
)
Paramètres
value
Type : Microsoft.PerformancePoint.Scorecards.AnnotationCommentL'objet à ajouter.
Voir aussi
Référence
AnnotationCommentCollection classe