Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified object to this collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub Add ( _
annotation As Annotation _
)
'Usage
Dim instance As AnnotationCollection
Dim annotation As Annotation
instance.Add(annotation)
public void Add(
Annotation annotation
)
Parameters
annotation
Type: Microsoft.PerformancePoint.Scorecards.AnnotationThe object to add.